From 6d225cc44104306bac5d32c41734fefc1af95614 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 4 Jun 2026 17:59:17 +0200 Subject: Adds heatmaps (WIP) --- arch/dummy/arch_plots.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'arch/dummy') diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp index 15d6a7b..8cece2f 100644 --- a/arch/dummy/arch_plots.cpp +++ b/arch/dummy/arch_plots.cpp @@ -1,3 +1,5 @@ -std::vector> g_arch_traces = {}; -std::vector g_arch_plots = {}; -std::vector g_arch_plots_stacked = {}; +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