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

Method BufferIsFull

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

Source from the content-addressed store, hash-verified

1469}
1470
1471bool TraceLog::BufferIsFull() const {
1472 SpinLockHolder lock(&lock_);
1473 return logged_events_->IsFull();
1474}
1475
1476TraceBuffer* TraceLog::CreateTraceBuffer() {
1477 Options options = trace_options();

Callers 1

TEST_FFunction · 0.80

Calls 1

IsFullMethod · 0.45

Tested by 1

TEST_FFunction · 0.64