MCPcopy 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
149bool timing_log_enabled() {
150 return log_enabled();
151}
152
153std::string format_dims(const std::vector<int64_t> & dims) {
154 std::ostringstream oss;

Callers 4

computeMethod · 0.85
timing_log_scalarFunction · 0.85
emit_sortformer_timingsFunction · 0.85

Calls 1

log_enabledFunction · 0.85

Tested by

no test coverage detected