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

Function FinalStateToDroppedString

PresentMon/CsvOutput.cpp:73–79  ·  view source on GitHub ↗

v1.x only:

Source from the content-addressed store, hash-verified

71
72// v1.x only:
73static const char* FinalStateToDroppedString(PresentResult res)
74{
75 switch (res) {
76 case PresentResult::Presented: return "0";
77 default: return "1";
78 }
79}
80
81/* This text is reproduced in the readme, modify both if there are changes:
82

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected