Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ avg_ns
Method
avg_ns
examples/llama-bench/llama-bench.cpp:526–528 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
uint64_t avg_ns() const {
527
return ::avg(samples_ns);
528
}
529
530
uint64_t stdev_ns() const {
531
return ::stdev(samples_ns);
Callers
nothing calls this directly
Calls
1
avg
Function · 0.70
Tested by
no test coverage detected