#include <papi.h>
#include <string>
#include <vector>
Go to the source code of this file.
|
char | spmv_errorstring [PAPI_MAX_STR_LEN+1] |
|
std::string | bfs_papi_labels = {"SpMV", "fringe_updt", "parents_updt"} |
|
int | num_bfs_papi_labels = 3 |
|
std::string | spmv_papi_labels = {"Fan-Out", "LocalSpMV", "Fan-In", "Merge"} |
|
std::string | combblas_event_names [] = {"PAPI_TOT_INS", "PAPI_L1_TCM", "PAPI_L2_TCM", "PAPI_L3_TCM"} |
|
int | combblas_papi_events [] = {PAPI_TOT_INS, PAPI_L1_TCM, PAPI_L2_TCM, PAPI_L3_TCM} |
|
int | combblas_papi_num_events = 4 |
|
std::vector< std::vector< std::vector< long long > > > | bfs_counters |
|
std::vector< std::vector< std::vector< long long > > > | spmv_counters |
|
◆ bfs_papi_enum
◆ bfs_counters
std::vector< std::vector< std::vector<long long> > > bfs_counters |
◆ bfs_papi_labels
◆ combblas_event_names
std::string combblas_event_names[] = {"PAPI_TOT_INS", "PAPI_L1_TCM", "PAPI_L2_TCM", "PAPI_L3_TCM"} |
◆ combblas_papi_events
int combblas_papi_events[] = {PAPI_TOT_INS, PAPI_L1_TCM, PAPI_L2_TCM, PAPI_L3_TCM} |
◆ combblas_papi_num_events
int combblas_papi_num_events = 4 |
◆ num_bfs_papi_labels
int num_bfs_papi_labels = 3 |
◆ spmv_counters
std::vector< std::vector< std::vector<long long> > > spmv_counters |
◆ spmv_errorstring
char spmv_errorstring[PAPI_MAX_STR_LEN+1] |
◆ spmv_papi_labels
std::string spmv_papi_labels = {"Fan-Out", "LocalSpMV", "Fan-In", "Merge"} |