MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / HasMetricValue

Function HasMetricValue

IntelPresentMon/UnitTests/MetricsCore.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 namespace
19 {
20 bool HasMetricValue(double value)
21 {
22 return !IsMissingFrameMetricValue(value);
23 }
24 }
25
26 // ============================================================================

Callers 2

TEST_CLASSFunction · 0.85
TEST_METHODFunction · 0.85

Calls 1

Tested by

no test coverage detected