|
VTK
9.7.20260729
|
#include <vtkAnariProfiling.h>
Allows instrumenting of the VTK ANARI source code.
This class uses NVTX (NVIDIA Tools Extension Library) for annotating source code to provide contextual information for further analysis and profiling. If NVTX wasn't enabled during the build process, then the usage of the class will essentially be a no-op.
Definition at line 25 of file vtkAnariProfiling.h.
Public Member Functions | |
| vtkAnariProfiling () | |
| vtkAnariProfiling (const char *label, uint32_t color) | |
| ~vtkAnariProfiling () | |
Static Public Attributes | |
| static constexpr uint32_t | BROWN = 0xFF8B4513 |
| 32-bit ARGB color. | |
| static constexpr uint32_t | RED = 0xFFFF0000 |
| static constexpr uint32_t | MAROON = 0xFF800000 |
| static constexpr uint32_t | YELLOW = 0xFFFFFF00 |
| static constexpr uint32_t | GOLD = 0xFFFFD700 |
| static constexpr uint32_t | GREEN = 0xFF008000 |
| static constexpr uint32_t | LIME = 0xFF00FF00 |
| static constexpr uint32_t | BLUE = 0xFF0000FF |
| static constexpr uint32_t | AQUA = 0xFF00FFFF |
| vtkAnariProfiling::vtkAnariProfiling | ( | ) |
| vtkAnariProfiling::vtkAnariProfiling | ( | const char * | label, |
| uint32_t | color ) |
| vtkAnariProfiling::~vtkAnariProfiling | ( | ) |
|
staticconstexpr |
|
staticconstexpr |
Definition at line 36 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 37 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 38 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 39 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 40 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 41 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 42 of file vtkAnariProfiling.h.
|
staticconstexpr |
Definition at line 43 of file vtkAnariProfiling.h.