|
PAPI 7.1.0.0
|


Go to the source code of this file.
Macros | |
| #define | EXIT_OR_NOT |
| #define | COMPDBG(format, args...) SUBDBG("COMPDEBUG: " format, ## args); |
| #define | LOGDBG(format, args...) SUBDBG("LOG: " format, ## args); |
| #define | LOCKDBG(format, args...) SUBDBG("LOCK: " format, ## args); |
| #define | ERRDBG(format, args...) SUBDBG("ERROR: " format, ## args); |
| #define | LOGCUDACALL(format, args...) SUBDBG("CUDACALL: " format, ## args); |
| #define | LOGCUPTICALL(format, args...) SUBDBG("CUPTICALL: " format, ## args); |
Definition in file lcuda_debug.h.
| #define COMPDBG | ( | format, | |
| args... | |||
| ) | SUBDBG("COMPDEBUG: " format, ## args); |
Definition at line 21 of file lcuda_debug.h.
| #define ERRDBG | ( | format, | |
| args... | |||
| ) | SUBDBG("ERROR: " format, ## args); |
Definition at line 30 of file lcuda_debug.h.
| #define EXIT_OR_NOT |
Definition at line 14 of file lcuda_debug.h.
| #define LOCKDBG | ( | format, | |
| args... | |||
| ) | SUBDBG("LOCK: " format, ## args); |
Definition at line 27 of file lcuda_debug.h.
| #define LOGCUDACALL | ( | format, | |
| args... | |||
| ) | SUBDBG("CUDACALL: " format, ## args); |
Definition at line 33 of file lcuda_debug.h.
| #define LOGCUPTICALL | ( | format, | |
| args... | |||
| ) | SUBDBG("CUPTICALL: " format, ## args); |
Definition at line 36 of file lcuda_debug.h.
| #define LOGDBG | ( | format, | |
| args... | |||
| ) | SUBDBG("LOG: " format, ## args); |
Definition at line 24 of file lcuda_debug.h.