MCPcopy Create free account
hub / github.com/catboost/catboost / PrintTo

Method PrintTo

util/system/backtrace.cpp:288–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void TBackTrace::PrintTo(IOutputStream& out) const {
289 FormatBackTraceFn(&out, Data, Size);
290}
291
292TString TBackTrace::PrintToString() const {
293 TStringStream ss;

Callers 4

DoIoSleepFunction · 0.45
DoMainFunction · 0.45
RunSchedulerMethod · 0.45
FormatBackTraceToFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected