Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
396
void TaskControl::stack_trace(std::ostream& os, bthread_t tid) {
397
_task_tracer.Trace(os, tid);
398
}
399
400
std::string TaskControl::stack_trace(bthread_t tid) {
401
return _task_tracer.Trace(tid);
Callers
1
stack_trace
Function · 0.80
Calls
1
Trace
Method · 0.45
Tested by
no test coverage detected