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

Method DebugString

be/src/runtime/bufferpool/buffer-pool.cc:808–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808string BufferPool::Client::DebugString() {
809 lock_guard<mutex> lock(lock_);
810 return DebugStringLocked();
811}
812
813string BufferPool::Client::DebugStringLocked() {
814 stringstream ss;

Callers 7

TEST_FFunction · 0.45
TEST_FFunction · 0.45
DebugStringLockedMethod · 0.45
DebugStringCallbackMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 2

SubstituteFunction · 0.85
strMethod · 0.45

Tested by 5

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36