MCPcopy 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_testMethod · 0.45

Calls 1

avgFunction · 0.70

Tested by

no test coverage detected