MCPcopy 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

FontEnumeratorMethod · 0.80
WriteStats_Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected