MCPcopy Create free account
hub / github.com/KDAB/GammaRay / benchmarkStackTrace

Function benchmarkStackTrace

tests/executiontest.cpp:58–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 static void benchmarkStackTrace()
59 {
60 if (!Execution::stackTracingAvailable())
61 return;
62 QBENCHMARK
63 {
64 const auto trace = Execution::stackTrace(255);
65 QVERIFY(trace.size() > 0);
66 }
67 }
68
69 static void benchmarkResolveStackTrace()
70 {

Callers

nothing calls this directly

Calls 2

stackTracingAvailableFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected