From e422518afc868a1ad783c4208ea3a44f89f07687 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sun, 28 Jun 2026 02:58:56 +0200 Subject: Renames dummy VM architecture --- arch/null/plots.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/null/plots.cpp (limited to 'arch/null/plots.cpp') 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, 0> g_arch_traces = {}; +std::array, 0> g_arch_traces_heatmaps = {}; +std::array g_arch_plots = {}; +std::array g_arch_plots_stacked = {}; +std::array g_arch_plots_heatmaps = {}; -- cgit v1.2.1