Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
bool trace_log_enabled() {
146
return log_enabled();
147
}
148
149
bool timing_log_enabled() {
150
return log_enabled();
Callers
7
trace_log_f32
Function · 0.85
trace_log_i32
Function · 0.85
trace_log_scalar
Function · 0.85
trace_log_state
Method · 0.85
log_model_load_trace
Function · 0.85
load
Method · 0.85
capture_backend_memory_snapshot
Function · 0.85
Calls
1
log_enabled
Function · 0.85
Tested by
no test coverage detected