PAPI  5.7.0.0
Error predefines
Collaboration diagram for Error predefines:

Macros

#define PAPI_QUIET   0
 
#define PAPI_VERB_ECONT   1
 
#define PAPI_VERB_ESTOP   2
 

Detailed Description

Macro Definition Documentation

◆ PAPI_QUIET

#define PAPI_QUIET   0

Option to turn off automatic reporting of return codes < 0 to stderr.

Definition at line 389 of file papi.h.

◆ PAPI_VERB_ECONT

#define PAPI_VERB_ECONT   1

Option to automatically report any return codes < 0 to stderr and continue.

Definition at line 390 of file papi.h.

◆ PAPI_VERB_ESTOP

#define PAPI_VERB_ESTOP   2

Option to automatically report any return codes < 0 to stderr and exit.

Definition at line 391 of file papi.h.