MCPcopy Create free account
hub / github.com/apache/impala / Size

Method Size

be/src/kudu/util/debug/trace_event_impl.cc:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328 }
329
330 virtual size_t Size() const OVERRIDE {
331 // This is approximate because not all of the chunks are full.
332 return chunks_.size() * kTraceBufferChunkSize;
333 }
334
335 virtual size_t Capacity() const OVERRIDE {
336 return kTraceEventVectorBufferChunks * kTraceBufferChunkSize;

Callers 2

GetBufferPercentFullMethod · 0.45
GetEventsSizeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected