SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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< (mm_event const &a) const

Public Attributes

std::string name
std::vector< mm_allocallocations

Detailed Description

Definition at line 146 of file memory_tracking.hpp.

Member Typedef Documentation

◆ timer

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

Definition at line 148 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 151 of file memory_tracking.hpp.

Member Function Documentation

◆ operator<()

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

Definition at line 155 of file memory_tracking.hpp.

Member Data Documentation

◆ allocations

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

Definition at line 150 of file memory_tracking.hpp.

◆ name

std::string sdsl::mm_event::name

Definition at line 149 of file memory_tracking.hpp.


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