NVTX C++ API Reference 1.0
C++ convenience wrappers for NVTX v3 C API
Loading...
Searching...
No Matches
nvtx3::v1::mv2::counter_in< T, D > Member List

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()) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
counter_in(std::string const &name, scope s=scope::none()) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
counter_in(std::string const &name, std::string const &description, scope s=scope::none()) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
counter_in(const char *name, const char *description, scope s, const counter_semantic &semantic) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
counter_in(std::string const &name, std::string const &description, scope s, const counter_semantic &semantic) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
id() const noexceptnvtx3::v1::mv2::counter_in< T, D >inline
sample(T const &value) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
sample_no_value(no_value_reason reason) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
submit_batch(T const *values, size_t count, uint64_t flags=0) noexceptnvtx3::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) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
submit_batch(CounterContainer const &values, uint64_t flags=0) noexceptnvtx3::v1::mv2::counter_in< T, D >inline
submit_batch(CounterContainer const &values, TimestampContainer const &timestamps, uint64_t flags=0) noexceptnvtx3::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 >