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

Method memory_snapshot

src/framework/core/execution_context.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60BackendMemorySnapshot ExecutionContext::memory_snapshot() const {
61 if (config_.type != BackendType::BestAvailable) {
62 return query_backend_memory(config_);
63 }
64 return query_backend_memory(backend_, config_.device);
65}
66
67} // namespace engine::core

Callers 1

Calls 1

query_backend_memoryFunction · 0.85

Tested by

no test coverage detected