MCPcopy 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
385size_t PresentMonCsv::GetColumnIndex(char const* header) const
386{
387 auto h = FindHeader(header);
388 return h < KnownHeaderCount ? headerColumnIndex_[h] : SIZE_MAX;
389}
390
391PresentMon::PresentMon()
392 : cmdline_()

Callers 2

QpcTimeTestFunction · 0.45
InputTestFunction · 0.45

Calls 1

FindHeaderFunction · 0.85

Tested by 2

QpcTimeTestFunction · 0.36
InputTestFunction · 0.36