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

Function usage

Tools/pm_convert_csv/pm_convert_csv.cpp:248–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void usage()
249{
250 fprintf(stderr,
251 "Convert a PresentMon v1.x CSV file into v2.0 CSV file.\n"
252 "usage: pm_convert_csv.exe path_to_input.csv\n");
253}
254
255}
256

Callers 1

wmainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected