PAPI 7.1.0.0
Loading...
Searching...
No Matches
lcuda_debug.h File Reference
Include dependency graph for lcuda_debug.h:
This graph shows which files directly or indirectly include this file:

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);
 

Detailed Description

Macro Definition Documentation

◆ COMPDBG

#define COMPDBG (   format,
  args... 
)    SUBDBG("COMPDEBUG: " format, ## args);

Definition at line 21 of file lcuda_debug.h.

◆ ERRDBG

#define ERRDBG (   format,
  args... 
)    SUBDBG("ERROR: " format, ## args);

Definition at line 30 of file lcuda_debug.h.

◆ EXIT_OR_NOT

#define EXIT_OR_NOT

Definition at line 14 of file lcuda_debug.h.

◆ LOCKDBG

#define LOCKDBG (   format,
  args... 
)    SUBDBG("LOCK: " format, ## args);

Definition at line 27 of file lcuda_debug.h.

◆ LOGCUDACALL

#define LOGCUDACALL (   format,
  args... 
)    SUBDBG("CUDACALL: " format, ## args);

Definition at line 33 of file lcuda_debug.h.

◆ LOGCUPTICALL

#define LOGCUPTICALL (   format,
  args... 
)    SUBDBG("CUPTICALL: " format, ## args);

Definition at line 36 of file lcuda_debug.h.

◆ LOGDBG

#define LOGDBG (   format,
  args... 
)    SUBDBG("LOG: " format, ## args);

Definition at line 24 of file lcuda_debug.h.