Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ timing_log_enabled
Function
timing_log_enabled
src/framework/debug/trace.cpp:149–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
bool timing_log_enabled() {
150
return log_enabled();
151
}
152
153
std::string format_dims(const std::vector<int64_t> & dims) {
154
std::ostringstream oss;
Callers
4
compute
Method · 0.85
timing_log_scalar
Function · 0.85
emit_sortformer_timings
Function · 0.85
capture_backend_memory_snapshot
Function · 0.85
Calls
1
log_enabled
Function · 0.85
Tested by
no test coverage detected