Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ DumpToString
Method
DumpToString
be/src/kudu/util/trace.cc:190–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
string Trace::DumpToString(int flags) const {
191
std::ostringstream s;
192
Dump(&s, flags);
193
return s.str();
194
}
195
196
string Trace::MetricsAsJSON() const {
197
std::ostringstream s;
Callers
15
GetSamplePBs
Method · 0.80
LogTrace
Method · 0.80
LogAndTraceAndRespondSuccess
Method · 0.80
LogAndTraceFailure
Method · 0.80
RunNegotiation
Method · 0.80
TEST_P
Function · 0.80
RespondSuccess
Method · 0.80
RespondNoCache
Method · 0.80
RespondRpcFailure
Method · 0.80
RespondApplicationError
Method · 0.80
DumpPB
Method · 0.80
TEST_F
Function · 0.80
Calls
1
str
Method · 0.45
Tested by
4
TEST_P
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64