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

Function CloseCsv

PresentMon/CsvOutput.cpp:1429–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1427}
1428
1429static void CloseCsv(FILE** fp)
1430{
1431 if (*fp != nullptr) {
1432 if (*fp != stdout) {
1433 fclose(*fp);
1434 }
1435 *fp = nullptr;
1436 }
1437}
1438
1439void CloseMultiCsv(ProcessInfo* processInfo)
1440{

Callers 2

CloseMultiCsvFunction · 0.85
CloseGlobalCsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected