Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_CLASS
Function · 0.85
TEST_METHOD
Function · 0.85
Calls
1
IsMissingFrameMetricValue
Function · 0.85
Tested by
no test coverage detected