diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-05-30 23:07:06 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-04 03:08:37 +0200 |
| commit | eb5f9f6643e0729d35f705c8a7b7b46cb5874a6a (patch) | |
| tree | f8c466afb145607e280347fcddb104dc46c8b451 /arch/dummy | |
| parent | 0df4e501aee0eeaec61217312eddddc077ca53a7 (diff) | |
Adds v1 population charts
Diffstat (limited to 'arch/dummy')
| -rw-r--r-- | arch/dummy/arch_plots.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp index 3631339..15d6a7b 100644 --- a/arch/dummy/arch_plots.cpp +++ b/arch/dummy/arch_plots.cpp @@ -1,2 +1,3 @@ -std::array<const char *, 0> g_arch_traces; -std::array<Plot, 0> g_arch_plots; +std::vector<TraceNamed<ImS64>> g_arch_traces = {}; +std::vector<Plot> g_arch_plots = {}; +std::vector<PlotStacked> g_arch_plots_stacked = {}; |
