367 {
368 string fileName = "benchmark";
369 if (
m_Config.m_CSVName !=
string.Empty)
371
375
377 Print(
"Benchmark .csv created");
378
380 }
void OnBenchmarkEnd(string reason)
ref BenchmarkConfig m_Config
proto void Print(void var)
Prints content of variable to console/log.
proto FileHandle OpenFile(string name, FileMode mode)
Opens File.
proto void FPrintln(FileHandle file, void var)
Write to file and add new line.