MCPcopy 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
181std::string TaskTracer::Trace(bthread_t tid) {
182 return TraceImpl(tid).OutputToString();
183}
184
185void TaskTracer::Trace(std::ostream& os, bthread_t tid) {
186 TraceImpl(tid).OutputToStream(os);

Callers 1

stack_traceMethod · 0.45

Calls 2

OutputToStringMethod · 0.45
OutputToStreamMethod · 0.45

Tested by

no test coverage detected