aboutsummaryrefslogtreecommitdiff
path: root/arch/dummy/plots.cpp
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-06-16 18:16:18 +0200
committerPaul Oliver <contact@pauloliver.dev>2026-06-16 18:16:18 +0200
commitbb52acc8b7ad073068c9a2dc656d4fecf935d710 (patch)
tree4410ec49a91d41a137d998cb78df00a7a893800d /arch/dummy/plots.cpp
parent279ad369ddf6f493c525b52237eb20560c7d55ae (diff)
Adds final tweaks to data client/server
Diffstat (limited to 'arch/dummy/plots.cpp')
-rw-r--r--arch/dummy/plots.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/dummy/plots.cpp b/arch/dummy/plots.cpp
new file mode 100644
index 0000000..8cece2f
--- /dev/null
+++ b/arch/dummy/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 = {};