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

◆ script3_profiler() [1/2]

script3_profiler::script3_profiler ( const std::string &  name)
inline

Definition at line 8 of file script3_profiler.h.

8  : _start(0)
9  {
10  _name = name;
11  }
unsigned long long _start

References _name.