NVTX C++ API Reference 1.0
C++ convenience wrappers for NVTX v3 C API
|
▼Cnvtx3::category | Object for intra-domain grouping of NVTX events |
Cnvtx3::v1::named_category_in< D > | A category with an associated name string |
▼Cnvtx3::v1::category | Object for intra-domain grouping of NVTX events |
Cnvtx3::v1::named_category_in< D > | A category with an associated name string |
Cnvtx3::color | Represents a custom color that can be associated with an NVTX event via its event_attributes |
Cnvtx3::v1::color | Represents a custom color that can be associated with an NVTX event via its 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::v1::domain | domain s allow for grouping NVTX events into a single scope to differentiate them from events in other domain s |
Cnvtx3::event_attributes | Describes the attributes of a NVTX event |
Cnvtx3::v1::event_attributes | Describes the attributes of a NVTX event |
Cnvtx3::v1::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::v1::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::v1::payload | A numerical value that can be associated with an NVTX event via its event_attributes |
Cnvtx3::range_handle | Handle used for correlating explicit range start and end events |
Cnvtx3::v1::range_handle | Handle used for correlating explicit range start and end events |
Cnvtx3::registered_string_in< D > | A message registered with NVTX |
Cnvtx3::v1::registered_string_in< D > | A message registered with NVTX |
▼Cnvtx3::rgb | Indicates the values of the red, green, and blue color channels for an RGB color to use as an event attribute (assumes no transparency) |
Cnvtx3::v1::argb | Indicates the value of the alpha, red, green, and blue color channels for an ARGB color to use as an event attribute |
▼Cnvtx3::v1::rgb | Indicates the values of the red, green, and blue color channels for an RGB color to use as an event attribute (assumes no transparency) |
Cnvtx3::v1::argb | Indicates the value of the alpha, red, green, and blue color channels for an ARGB color to use as an event attribute |
Cnvtx3::scoped_range_in< D > | A RAII object for creating a NVTX range local to a thread within a domain |
Cnvtx3::v1::scoped_range_in< D > | A RAII object for creating a NVTX range local to a thread within a domain |
Cnvtx3::unique_range_in< D > | A RAII object for creating a NVTX range within a domain that can be created and destroyed on different threads |
Cnvtx3::v1::unique_range_in< D > | A RAII object for creating a NVTX range within a domain that can be created and destroyed on different threads |