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

Function UpdateCsv

PresentMon/CsvOutput.cpp:1404–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404void UpdateCsv(PMTraceSession const& pmSession, ProcessInfo* processInfo, PresentEvent const& p, FrameMetrics1 const& metrics)
1405{
1406 UpdateCsvT(pmSession, processInfo, p, metrics);
1407}
1408
1409void UpdateCsv(PMTraceSession const& pmSession, ProcessInfo* processInfo, PresentEvent const& p, FrameMetrics const& metrics)
1410{

Callers 1

ProcessEventsFunction · 0.85

Calls 1

UpdateCsvTFunction · 0.85

Tested by

no test coverage detected