Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetColumnIndex
Method
GetColumnIndex
Tests/PresentMon.cpp:385–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
size_t PresentMonCsv::GetColumnIndex(char const* header) const
386
{
387
auto h = FindHeader(header);
388
return h < KnownHeaderCount ? headerColumnIndex_[h] : SIZE_MAX;
389
}
390
391
PresentMon::PresentMon()
392
: cmdline_()
Callers
2
QpcTimeTest
Function · 0.45
InputTest
Function · 0.45
Calls
1
FindHeader
Function · 0.85
Tested by
2
QpcTimeTest
Function · 0.36
InputTest
Function · 0.36