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. | |
Holds memory profiling information for a named scope.
Definition at line 252 of file statistics.hpp.