NVTX++
3.0
C++ convenience wrappers for NVTX.
|
▼Cnvtx3::category | Object for intra-domain grouping of NVTX events |
Cnvtx3::named_category< D > | A category with an associated name string |
Cnvtx3::color | Represents a custom color that can be associated with an NVTX event via it's event_attributes |
Cnvtx3::domain | domain s allow for grouping NVTX events into a single scope to differentiate them from events in other domain s |
Cnvtx3::domain_process_range< D > | A RAII object for creating a NVTX range within a domain that can be created and destroyed on different threads |
Cnvtx3::domain_thread_range< D > | A RAII object for creating a NVTX range local to a thread within a domain |
Cnvtx3::event_attributes | Describes the attributes of a NVTX event |
Cnvtx3::domain::global | Tag type for the "global" NVTX domain |
Cnvtx3::message | Allows associating a message string with an NVTX event via its EventAttribute s |
Cnvtx3::payload | A numerical value that can be associated with an NVTX event via its event_attributes |
Cnvtx3::registered_message< D > | A message registered with NVTX |
▼Cnvtx3::rgb | Indicates the values of the red, green, blue color channels for a rgb color code |
Cnvtx3::argb | Indicates the value of the alpha, red, green, and blue color channels for an argb color code |