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

Function BackTrace

util/system/backtrace.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 #include <execinfo.h>
53
54size_t BackTrace(void** p, size_t len) {
55 return (size_t)backtrace(p, len);
56}
57#endif
58
59#if defined(USE_GCC_BACKTRACE)

Callers 3

Dbg1Function · 0.85
Dbg2Function · 0.85
FormatBackTraceFunction · 0.85

Calls 1

_Unwind_BacktraceFunction · 0.85

Tested by

no test coverage detected