|
PAPI 7.1.0.0
|


Go to the source code of this file.
Data Structures | |
| struct | InParams |
Macros | |
| #define | MAX_NUM_METRICS 40 |
| #define | MAX_STRLEN 128 |
| #define | COMP_NAME "intel_gpu" |
Functions | |
| void | parseMetricList (char *metric_list, InParams *param) |
| int | parseInputParam (int argc, char **argv, InParams *param) |
| int | initPAPIGPUComp () |
| int | initMetricSet (char **metric_names, int num_metrics, int *eventSet) |
| #define COMP_NAME "intel_gpu" |
Definition at line 45 of file gpu_common_utils.h.
| #define MAX_NUM_METRICS 40 |
Definition at line 42 of file gpu_common_utils.h.
| #define MAX_STRLEN 128 |
Definition at line 43 of file gpu_common_utils.h.
Definition at line 166 of file gpu_common_utils.c.

| int initPAPIGPUComp | ( | ) |
Definition at line 132 of file gpu_common_utils.c.

Definition at line 73 of file gpu_common_utils.c.


| void parseMetricList | ( | char * | metric_list, |
| InParams * | param | ||
| ) |
Definition at line 48 of file gpu_common_utils.c.
