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/arch_plots.cpp | 5 ----- arch/dummy/plots.cpp | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 arch/dummy/arch_plots.cpp create mode 100644 arch/dummy/plots.cpp (limited to 'arch/dummy') diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp deleted file mode 100644 index 8cece2f..0000000 --- a/arch/dummy/arch_plots.cpp +++ /dev/null @@ -1,5 +0,0 @@ -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 = {}; 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