We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356b2d1 commit f7310daCopy full SHA for f7310da
PresentMon/CsvOutput.cpp
@@ -148,6 +148,10 @@ void WriteCsvHeader<FrameMetrics1>(FILE* fp)
148
fwprintf(fp, L",QPCTime");
149
}
150
fwprintf(fp, L"\n");
151
+
152
+ if (args.mCSVOutput == CSVOutput::Stdout) {
153
+ fflush(fp);
154
+ }
155
156
157
template<>
@@ -213,6 +217,9 @@ void WriteCsvRow<FrameMetrics1>(
213
217
214
218
215
219
220
221
222
216
223
224
225
0 commit comments