std::array g_arch_traces = std::to_array({ #define FOR_CORE(i) \ "wmb0_" #i, \ "wmb1_" #i, \ "wdea_" #i, FOR_CORES #undef FOR_CORE }); std::array g_arch_plots = std::to_array({ {"wevs", "general", { #define FOR_CORE(i) "wmb0_" #i, "wmb1_" #i, "wdea_" #i, FOR_CORES #undef FOR_CORE }}, }); #define ARCH_PLOT_COUNT g_arch_plots.size()