Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
size_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
Dbg1
Function · 0.85
Dbg2
Function · 0.85
FormatBackTrace
Function · 0.85
Calls
1
_Unwind_Backtrace
Function · 0.85
Tested by
no test coverage detected