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

Function run_once

tests/perf/model_perf.cpp:394–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394RunResult run_once(
395 engine::runtime::IVoiceTaskSession & session,
396 const engine::runtime::TaskSpec & task_spec,
397 const engine::runtime::TaskRequest & request) {
398 return run_impl(session, task_spec, request, true);
399}
400
401RunResult run_prepared_once(
402 engine::runtime::IVoiceTaskSession & session,

Callers 3

measure_coldFunction · 0.70
measure_warmFunction · 0.70
mainFunction · 0.50

Calls 1

run_implFunction · 0.85

Tested by

no test coverage detected