aboutsummaryrefslogtreecommitdiff
path: root/arch/dummy/plots.cpp
diff options
context:
space:
mode:
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 = {};