Populous: The Beginning Script 3  1.0.0
Documentation for Populous Script 3 engine

◆ time_taken()

const unsigned long long script3_profiler::time_taken ( )
inline

Definition at line 19 of file script3_profiler.h.

20  {
21  return GetTickCount64() - _start;
22  }
unsigned long long _start

References _start.

Referenced by log().