PAPI 7.1.0.0
Loading...
Searching...
No Matches
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 398 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 399 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 400 of file papi.h.