383 {
384 int year, month, day, hour, minute, second;
387 string timestamp = string.Format( "%1-%2-%3-%4-%5-%6", year, month, day, hour, minute, second );
388
391 else
393 }
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.