aboutsummaryrefslogtreecommitdiff
path: root/arch/dummy/arch_plots.cpp
blob: 8cece2f245b44a256ed015335692bcb04b92f021 (plain)
1
2
3
4
5
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 = {};