From 8041d3697efb5eddef2c6e693248842ca0139590 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Sat, 30 May 2026 23:07:06 +0200 Subject: adds v1 pop charts (wip) --- arch/dummy/arch_plots.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arch/dummy/arch_plots.cpp') diff --git a/arch/dummy/arch_plots.cpp b/arch/dummy/arch_plots.cpp index 3631339..ba3dfaf 100644 --- a/arch/dummy/arch_plots.cpp +++ b/arch/dummy/arch_plots.cpp @@ -1,2 +1,3 @@ -std::array g_arch_traces; -std::array g_arch_plots; +std::vector g_arch_traces = {}; +std::vector g_arch_plots = {}; +std::vector g_arch_plots_stacked = {}; -- cgit v1.3