Go to the source code of this file.
Defines | |
#define | PROFILE_INITIALIZE() do { } while(0) |
#define | PROFILE_START() do { } while(0) |
#define | PROFILE_STOP() do { } while(0) |
#define | PROFILE_MAIN_THREAD() do { } while(0) |
#define | PROFILE_NAME_THREAD(name) do { } while(0) |
#define | PROFILE_MARK(name, cid) do { } while(0) |
#define | PROFILE_PUSH_RANGE(name, cid) do { } while(0) |
#define | PROFILE_POP_RANGE() do { } while(0) |
#define | PROFILE_RANGE(namd, cid) do { } while(0) |
Exemplary use of NVTX is shown here: https://devblogs.nvidia.com/cuda-pro-tip-generate-custom-application-profile-timelines-nvtx/
Definition in file ProfileHooks.h.
|
Definition at line 185 of file ProfileHooks.h. |
|
Definition at line 188 of file ProfileHooks.h. Referenced by main. |
|
Definition at line 190 of file ProfileHooks.h. Referenced by init_gpu. |
|
Definition at line 189 of file ProfileHooks.h. Referenced by affinitize_threads, vmd_cuda_affinitize_threads, vmd_cuda_devpool_setdevice, and vmd_cuda_devpool_setdeviceonly. |
|
|
|
Definition at line 193 of file ProfileHooks.h. |
|
Definition at line 186 of file ProfileHooks.h. Referenced by text_cmd_profile. |
|
Definition at line 187 of file ProfileHooks.h. Referenced by text_cmd_profile. |