diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-06-16 18:16:18 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-06-16 18:16:18 +0200 |
| commit | bb52acc8b7ad073068c9a2dc656d4fecf935d710 (patch) | |
| tree | 4410ec49a91d41a137d998cb78df00a7a893800d /arch/dummy/arch_plots.cpp | |
| parent | 279ad369ddf6f493c525b52237eb20560c7d55ae (diff) | |
Adds final tweaks to data client/server
Diffstat (limited to 'arch/dummy/arch_plots.cpp')
| -rw-r--r-- | arch/dummy/arch_plots.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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<TraceNamed<ImS64>, 0> g_arch_traces = {}; -std::array<TraceHeatmap<ImS64>, 0> g_arch_traces_heatmaps = {}; -std::array<PlotLines, 0> g_arch_plots = {}; -std::array<PlotStacked, 0> g_arch_plots_stacked = {}; -std::array<PlotHeatmap, 0> g_arch_plots_heatmaps = {}; |
