Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
std::chrono::microseconds averageTime(const std::vector<std::chrono::microseconds>& stats)
16
{
17
return totalTime(stats) / stats.size();
18
}
19
20
} //namespace
21
Callers
2
avgGrabPixelsTime
Method · 0.85
avgBufferReadTime
Method · 0.85
Calls
1
totalTime
Function · 0.85
Tested by
no test coverage detected