SDSL 3.0.1
Succinct Data Structure Library
sdsl::mm_event Struct Reference

#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_allocallocations
 

Detailed Description

Definition at line 142 of file memory_tracking.hpp.

Member Typedef Documentation

◆ timer

using sdsl::mm_event::timer = std::chrono::high_resolution_clock

Definition at line 144 of file memory_tracking.hpp.

Constructor & Destructor Documentation

◆ mm_event()

sdsl::mm_event::mm_event ( std::string  n,
int64_t  usage 
)
inline

Definition at line 147 of file memory_tracking.hpp.

Member Function Documentation

◆ operator<()

bool sdsl::mm_event::operator< ( const mm_event a) const
inline

Definition at line 152 of file memory_tracking.hpp.

Member Data Documentation

◆ allocations

std::vector<mm_alloc> sdsl::mm_event::allocations

Definition at line 146 of file memory_tracking.hpp.

◆ name

std::string sdsl::mm_event::name

Definition at line 145 of file memory_tracking.hpp.


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