MCPcopy Create free account
hub / github.com/apache/brpc / stack_trace

Method stack_trace

src/bthread/task_control.cpp:396–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395#ifdef BRPC_BTHREAD_TRACER
396void TaskControl::stack_trace(std::ostream& os, bthread_t tid) {
397 _task_tracer.Trace(os, tid);
398}
399
400std::string TaskControl::stack_trace(bthread_t tid) {
401 return _task_tracer.Trace(tid);

Callers 1

stack_traceFunction · 0.80

Calls 1

TraceMethod · 0.45

Tested by

no test coverage detected