MCPcopy Create free account
hub / github.com/dds-bridge/dds / GetCurrentUsage

Method GetCurrentUsage

library/tests/trans_table/test_utilities.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86double MemoryTracker::GetCurrentUsage() const {
87 return table_ ? table_->memory_in_use() : 0.0;
88}
89
90void MemoryTracker::UpdatePeak()
91{

Callers

nothing calls this directly

Calls 1

memory_in_useMethod · 0.45

Tested by

no test coverage detected