Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetCount
Method
GetCount
IntelPresentMon/Core/source/pmon/StatisticsTracker.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
return sumMs;
74
}
75
size_t StatisticsTracker::GetCount() const
76
{
77
return values.size();
78
}
79
void StatisticsTracker::Sort_()
80
{
81
if (!sorted) {
Callers
2
FontEnumerator
Method · 0.80
WriteStats_
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected