Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ Trace
Method
Trace
src/bthread/task_tracer.cpp:181–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
std::string TaskTracer::Trace(bthread_t tid) {
182
return TraceImpl(tid).OutputToString();
183
}
184
185
void TaskTracer::Trace(std::ostream& os, bthread_t tid) {
186
TraceImpl(tid).OutputToStream(os);
Callers
1
stack_trace
Method · 0.45
Calls
2
OutputToString
Method · 0.45
OutputToStream
Method · 0.45
Tested by
no test coverage detected