MCPcopy Create free account
hub / github.com/DisplayLink/evdi / averageTime

Function averageTime

pyevdi/Stats.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15std::chrono::microseconds averageTime(const std::vector<std::chrono::microseconds>& stats)
16{
17 return totalTime(stats) / stats.size();
18}
19
20} //namespace
21

Callers 2

avgGrabPixelsTimeMethod · 0.85
avgBufferReadTimeMethod · 0.85

Calls 1

totalTimeFunction · 0.85

Tested by

no test coverage detected