|
NVTX C++ API Reference 1.0
C++ convenience wrappers for NVTX v3 C API
|
This is the complete list of members for nvtx3::v1::mv2::counter_in< T, D >, including all inherited members.
| counter_in(const char *name, const char *description=nullptr, scope s=scope::none()) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| counter_in(std::string const &name, scope s=scope::none()) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| counter_in(std::string const &name, std::string const &description, scope s=scope::none()) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| counter_in(const char *name, const char *description, scope s, const counter_semantic &semantic) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| counter_in(std::string const &name, std::string const &description, scope s, const counter_semantic &semantic) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| id() const noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| sample(T const &value) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| sample_no_value(no_value_reason reason) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| submit_batch(T const *values, size_t count, uint64_t flags=0) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| submit_batch(T const *values, size_t count, int64_t const *timestamps, size_t timestamp_count, uint64_t flags=0) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| submit_batch(CounterContainer const &values, uint64_t flags=0) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| submit_batch(CounterContainer const &values, TimestampContainer const ×tamps, uint64_t flags=0) noexcept | nvtx3::v1::mv2::counter_in< T, D > | inline |
| value_type typedef (defined in nvtx3::v1::mv2::counter_in< T, D >) | nvtx3::v1::mv2::counter_in< T, D > |