#include <memory_tracking.hpp>
|
using | timer = std::chrono::high_resolution_clock |
|
Definition at line 169 of file memory_tracking.hpp.
◆ timer
◆ tracker_storage()
sdsl::tracker_storage::tracker_storage |
( |
| ) |
|
|
inline |
◆ ~tracker_storage()
sdsl::tracker_storage::~tracker_storage |
( |
| ) |
|
|
inline |
◆ completed_events
std::vector<mm_event> sdsl::tracker_storage::completed_events |
◆ current_usage
int64_t sdsl::tracker_storage::current_usage = 0 |
◆ event_stack
std::stack<mm_event> sdsl::tracker_storage::event_stack |
◆ last_event
timer::time_point sdsl::tracker_storage::last_event |
◆ log_granularity
std::chrono::milliseconds sdsl::tracker_storage::log_granularity = std::chrono::milliseconds(20ULL) |
◆ spinlock
◆ start_log
timer::time_point sdsl::tracker_storage::start_log |
◆ track_usage
bool sdsl::tracker_storage::track_usage = false |
The documentation for this struct was generated from the following file: