aboutsummaryrefslogtreecommitdiff
path: root/arch/dummy/arch_plots.cpp
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-04 17:59:17 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-07 03:29:41 +0200
commit6d225cc44104306bac5d32c41734fefc1af95614 (patch)
tree85ddda2b0c3cd738773c8d3ca756d7fbf0eeef2c /arch/dummy/arch_plots.cpp
parenteb5f9f6643e0729d35f705c8a7b7b46cb5874a6a (diff)
Adds heatmaps (WIP)
Diffstat (limited to 'arch/dummy/arch_plots.cpp')
-rw-r--r--arch/dummy/arch_plots.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp
index 15d6a7b..8cece2f 100644
--- a/arch/dummy/arch_plots.cpp
+++ b/arch/dummy/arch_plots.cpp
@@ -1,3 +1,5 @@
-std::vector<TraceNamed<ImS64>> g_arch_traces = {};
-std::vector<Plot> g_arch_plots = {};
-std::vector<PlotStacked> g_arch_plots_stacked = {};
+std::array<TraceNamed<ImS64>, 0> g_arch_traces = {};
+std::array<TraceHeatmap<ImS64>, 0> g_arch_traces_heatmaps = {};
+std::array<PlotLines, 0> g_arch_plots = {};
+std::array<PlotStacked, 0> g_arch_plots_stacked = {};
+std::array<PlotHeatmap, 0> g_arch_plots_heatmaps = {};