Public Member Functions | Public Attributes | List of all members
rmm::mr::statistics_resource_adaptor< Upstream >::counter Struct Reference

Utility struct for counting the current, peak, and total value of a number. More...

#include <statistics_resource_adaptor.hpp>

Public Member Functions

counteroperator+= (int64_t val)
 
counteroperator-= (int64_t val)
 

Public Attributes

int64_t value {0}
 
int64_t peak {0}
 
int64_t total {0}
 

Detailed Description

template<typename Upstream>
struct rmm::mr::statistics_resource_adaptor< Upstream >::counter

Utility struct for counting the current, peak, and total value of a number.


The documentation for this struct was generated from the following file: