aboutsummaryrefslogtreecommitdiff
path: root/arch/null/plots.cpp
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-28 02:58:56 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-28 02:58:56 +0200
commite422518afc868a1ad783c4208ea3a44f89f07687 (patch)
tree6428db20ef7a646443138bbcd1cc85d202cf8c46 /arch/null/plots.cpp
parent95fd6ae836ab5fee7387f4df46b727165a05b723 (diff)
Renames dummy VM architecture
Diffstat (limited to 'arch/null/plots.cpp')
-rw-r--r--arch/null/plots.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/null/plots.cpp b/arch/null/plots.cpp
new file mode 100644
index 0000000..8cece2f
--- /dev/null
+++ b/arch/null/plots.cpp
@@ -0,0 +1,5 @@
+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 = {};