Allows instrumenting of the VTK ANARI source code.
More...
#include <vtkAnariProfiling.h>
|
| 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 |
| |
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.
- Thanks:
- Kevin Griffin kgrif.nosp@m.fin@.nosp@m.nvidi.nosp@m.a.co.nosp@m.m for creating and contributing the class and NVIDIA for supporting this work.
Definition at line 25 of file vtkAnariProfiling.h.
◆ vtkAnariProfiling() [1/2]
| vtkAnariProfiling::vtkAnariProfiling |
( |
| ) |
|
◆ vtkAnariProfiling() [2/2]
| vtkAnariProfiling::vtkAnariProfiling |
( |
const char * |
label, |
|
|
uint32_t |
color |
|
) |
| |
◆ ~vtkAnariProfiling()
| vtkAnariProfiling::~vtkAnariProfiling |
( |
| ) |
|
◆ BROWN
| constexpr uint32_t vtkAnariProfiling::BROWN = 0xFF8B4513 |
|
staticconstexpr |
◆ RED
| constexpr uint32_t vtkAnariProfiling::RED = 0xFFFF0000 |
|
staticconstexpr |
◆ MAROON
| constexpr uint32_t vtkAnariProfiling::MAROON = 0xFF800000 |
|
staticconstexpr |
◆ YELLOW
| constexpr uint32_t vtkAnariProfiling::YELLOW = 0xFFFFFF00 |
|
staticconstexpr |
◆ GOLD
| constexpr uint32_t vtkAnariProfiling::GOLD = 0xFFFFD700 |
|
staticconstexpr |
◆ GREEN
| constexpr uint32_t vtkAnariProfiling::GREEN = 0xFF008000 |
|
staticconstexpr |
◆ LIME
| constexpr uint32_t vtkAnariProfiling::LIME = 0xFF00FF00 |
|
staticconstexpr |
◆ BLUE
| constexpr uint32_t vtkAnariProfiling::BLUE = 0xFF0000FF |
|
staticconstexpr |
◆ AQUA
| constexpr uint32_t vtkAnariProfiling::AQUA = 0xFF00FFFF |
|
staticconstexpr |
The documentation for this class was generated from the following file: