380    {
  381        string fileName = "benchmark";
  382        if (
m_Config.m_CSVName != 
string.Empty)
 
  384        
  388        
  390            Print(
"Benchmark .csv created");
 
  391        
  393    }
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.