SDSL 3.0.1
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< (const mm_event &a) const |
Public Attributes | |
std::string | name |
std::vector< mm_alloc > | allocations |
Definition at line 142 of file memory_tracking.hpp.
using sdsl::mm_event::timer = std::chrono::high_resolution_clock |
Definition at line 144 of file memory_tracking.hpp.
|
inline |
Definition at line 147 of file memory_tracking.hpp.
|
inline |
Definition at line 152 of file memory_tracking.hpp.
std::vector<mm_alloc> sdsl::mm_event::allocations |
Definition at line 146 of file memory_tracking.hpp.
std::string sdsl::mm_event::name |
Definition at line 145 of file memory_tracking.hpp.