396 {
397 int year, month, day, hour, minute, second;
400 string timestamp = string.Format( "%1-%2-%3-%4-%5-%6", year, month, day, hour, minute, second );
401
404 else
406 }
ref BenchmarkConfig m_Config
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...
proto void FPrintln(FileHandle file, void var)
Write to file and add new line.
proto void GetYearMonthDay(out int year, out int month, out int day)
Returns system date.
proto void GetHourMinuteSecondUTC(out int hour, out int minute, out int second)
Returns UTC system time.