MCPcopy Create free account
hub / github.com/bombela/backward-cpp / collect_trace

Function collect_trace

test/stacktrace.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29using namespace backward;
30
31void collect_trace(StackTrace &st) { st.load_here(); }
32
33TEST(minitrace) {
34 Printer printer;

Callers 1

TESTFunction · 0.85

Calls 1

load_hereMethod · 0.45

Tested by

no test coverage detected