From bb52acc8b7ad073068c9a2dc656d4fecf935d710 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 16 Jun 2026 18:16:18 +0200 Subject: Adds final tweaks to data client/server --- arch/dummy/plots.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/dummy/plots.cpp (limited to 'arch/dummy/plots.cpp') 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, 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