NVTX++
3.0
C++ convenience wrappers for NVTX.
|
▼Nnvtx3 | |
Cargb | Indicates the value of the alpha, red, green, and blue color channels for an argb color code |
Ccategory | Object for intra-domain grouping of NVTX events |
Ccolor | Represents a custom color that can be associated with an NVTX event via it's event_attributes |
▼Cdomain | domain s allow for grouping NVTX events into a single scope to differentiate them from events in other domain s |
Cglobal | Tag type for the "global" NVTX domain |
Cdomain_process_range | A RAII object for creating a NVTX range within a domain that can be created and destroyed on different threads |
Cdomain_thread_range | A RAII object for creating a NVTX range local to a thread within a domain |
Cevent_attributes | Describes the attributes of a NVTX event |
Cmessage | Allows associating a message string with an NVTX event via its EventAttribute s |
Cnamed_category | A category with an associated name string |
Cpayload | A numerical value that can be associated with an NVTX event via its event_attributes |
Cregistered_message | A message registered with NVTX |
Crgb | Indicates the values of the red, green, blue color channels for a rgb color code |