#include <nvtx3/nvToolsExt.h>
#include <string>
#include <iostream>
Go to the source code of this file.
|
class | hh::NvtxProfiler |
| A class to wrap calls to the NVTX library for tracking events that occur within an Hedgehog task graph. More...
|
|
|
namespace | hh |
| Hedgehog main namespace.
|
|
◆ NVTX_COLOR_EXECUTING
#define NVTX_COLOR_EXECUTING 0xFF72ff68 |
◆ NVTX_COLOR_INITIALIZING
#define NVTX_COLOR_INITIALIZING 0xFF123456 |
◆ NVTX_COLOR_RELEASE_MEM
#define NVTX_COLOR_RELEASE_MEM 0xFF7fbdff |
◆ NVTX_COLOR_SHUTTING_DOWN
#define NVTX_COLOR_SHUTTING_DOWN 0xFF654321 |
◆ NVTX_COLOR_WAITING
#define NVTX_COLOR_WAITING 0xFFff7f83 |
◆ NVTX_COLOR_WAITING_FOR_MEM
#define NVTX_COLOR_WAITING_FOR_MEM 0xFFffc86a |