MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / trace_log_enabled

Function trace_log_enabled

src/framework/debug/trace.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool trace_log_enabled() {
146 return log_enabled();
147}
148
149bool timing_log_enabled() {
150 return log_enabled();

Callers 7

trace_log_f32Function · 0.85
trace_log_i32Function · 0.85
trace_log_scalarFunction · 0.85
trace_log_stateMethod · 0.85
log_model_load_traceFunction · 0.85
loadMethod · 0.85

Calls 1

log_enabledFunction · 0.85

Tested by

no test coverage detected