MCPcopy Create free account
hub / github.com/apache/datafusion / peak

Method peak

datafusion/execution/src/memory_pool/pool.rs:336–338  ·  view source on GitHub ↗

Return the peak value

(&self)

Source from the content-addressed store, hash-verified

334
335 /// Return the peak value
336 fn peak(&self) -> usize {
337 self.peak.load(Ordering::Relaxed)
338 }
339
340 /// Grows the tracked consumer's reserved size,
341 /// should be called after the pool has successfully performed the grow().

Callers 2

fromMethod · 0.80
report_topMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected