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

Function GetStackTrace

be/src/util/stack-trace.cc:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace impala {
30
31string GetStackTrace() {
32 string s;
33 google::glog_internal_namespace_::DumpStackTraceToString(&s);
34 return s;
35}
36
37}

Callers 9

RecursionStackFunction · 0.70
TESTFunction · 0.70
ResolvePathMethod · 0.50
freeMethod · 0.50
AddChildSpanEventMethod · 0.50
ChildSpanBuilderMethod · 0.50
EndChildSpanMethod · 0.50
StatusMethod · 0.50
CloseMethod · 0.50

Calls

no outgoing calls

Tested by 2

RecursionStackFunction · 0.56
TESTFunction · 0.56