Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
808
string BufferPool::Client::DebugString() {
809
lock_guard<mutex> lock(lock_);
810
return DebugStringLocked();
811
}
812
813
string BufferPool::Client::DebugStringLocked() {
814
stringstream ss;
Callers
7
ExpectReservationUnused
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
DebugStringLocked
Method · 0.45
DebugStringCallback
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
2
Substitute
Function · 0.85
str
Method · 0.45
Tested by
5
ExpectReservationUnused
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36