Public Attributes | List of all members
rapidsmpf::Statistics::MemoryRecord Struct Reference

Holds memory profiling information for a named scope. More...

#include <statistics.hpp>

Public Attributes

ScopedMemoryRecord scoped
 Scoped memory stats.
 
std::int64_t global_peak {0}
 Peak global memory usage during the scope.
 
std::uint64_t num_calls {0}
 Number of times the scope was invoked.
 

Detailed Description

Holds memory profiling information for a named scope.

Definition at line 252 of file statistics.hpp.


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