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

Function WriteHeader

IntelPresentMon/SampleClient/PacedFramePlayback.cpp:106–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 void WriteHeader(std::ofstream& csv)
107 {
108 for (size_t i = 0; i < kFrameCsvHeader.size(); ++i) {
109 if (i > 0) {
110 csv << ",";
111 }
112 csv << kFrameCsvHeader[i];
113 }
114 csv << "\n";
115 }
116
117 void WriteOptionalDouble(std::ofstream& csv, double value)
118 {

Callers 1

PacedFramePlaybackTestFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected