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

Function stackTracingAvailable

core/execution.cpp:343–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341namespace Execution {
342
343bool stackTracingAvailable()
344{
345 static const bool disableStackTracing = qEnvironmentVariableIntValue("GAMMARAY_DISABLE_STACKTRACE") == 1;
346 if (disableStackTracing)
347 return false;
348 return stackTracingAvailableImpl();
349}
350
351bool hasFastStackTrace()
352{

Callers 5

createStackTraceMethod · 0.85
hasFastStackTraceFunction · 0.85
testStackTraceFunction · 0.85
benchmarkStackTraceFunction · 0.85

Calls 1

Tested by 3

testStackTraceFunction · 0.68
benchmarkStackTraceFunction · 0.68