Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ avg_ts
Method
avg_ts
examples/llama-bench/llama-bench.cpp:541–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
539
}
540
541
double avg_ts() const {
542
return ::avg(get_ts());
543
}
544
545
double stdev_ts() const {
546
return ::stdev(get_ts());
Callers
1
print_test
Method · 0.45
Calls
1
avg
Function · 0.70
Tested by
no test coverage detected