PAPI 7.1.0.0
Loading...
Searching...
No Matches
Granularity definitions
Collaboration diagram for Granularity definitions:

Macros

#define PAPI_GRN_THR   0x1
 
#define PAPI_GRN_MIN   PAPI_GRN_THR
 
#define PAPI_GRN_PROC   0x2
 
#define PAPI_GRN_PROCG   0x4
 
#define PAPI_GRN_SYS   0x8
 
#define PAPI_GRN_SYS_CPU   0x10
 
#define PAPI_GRN_MAX   PAPI_GRN_SYS_CPU
 

Detailed Description

Macro Definition Documentation

◆ PAPI_GRN_MAX

#define PAPI_GRN_MAX   PAPI_GRN_SYS_CPU

Definition at line 378 of file papi.h.

◆ PAPI_GRN_MIN

#define PAPI_GRN_MIN   PAPI_GRN_THR

Definition at line 373 of file papi.h.

◆ PAPI_GRN_PROC

#define PAPI_GRN_PROC   0x2

PAPI counters for each individual process

Definition at line 374 of file papi.h.

◆ PAPI_GRN_PROCG

#define PAPI_GRN_PROCG   0x4

PAPI counters for each individual process group

Definition at line 375 of file papi.h.

◆ PAPI_GRN_SYS

#define PAPI_GRN_SYS   0x8

PAPI counters for the current CPU, are you bound?

Definition at line 376 of file papi.h.

◆ PAPI_GRN_SYS_CPU

#define PAPI_GRN_SYS_CPU   0x10

PAPI counters for all CPUs individually

Definition at line 377 of file papi.h.

◆ PAPI_GRN_THR

#define PAPI_GRN_THR   0x1

PAPI counters for each individual thread

Definition at line 372 of file papi.h.