SDSL 3.0.3
Succinct Data Structure Library
|
#include <memory_tracking.hpp>
Public Types | |
using | timer = std::chrono::high_resolution_clock |
Public Member Functions | |
mm_event (std::string n, int64_t usage) | |
bool | operator< (mm_event const &a) const |
Public Attributes | |
std::string | name |
std::vector< mm_alloc > | allocations |
Definition at line 146 of file memory_tracking.hpp.
using sdsl::mm_event::timer = std::chrono::high_resolution_clock |
Definition at line 148 of file memory_tracking.hpp.
|
inline |
Definition at line 151 of file memory_tracking.hpp.
|
inline |
Definition at line 155 of file memory_tracking.hpp.
std::vector<mm_alloc> sdsl::mm_event::allocations |
Definition at line 150 of file memory_tracking.hpp.
std::string sdsl::mm_event::name |
Definition at line 149 of file memory_tracking.hpp.