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

◆ log()

void script3_profiler::log ( const std::string &  file,
unsigned int  line 
)
inline

Definition at line 24 of file script3_profiler.h.

25  {
26  Pop3Debug::trace("%s(%d) (%s): Time elapsed %d ms", file.c_str(), line, _name.c_str(), time_taken());
27  this->start();
28  }
const unsigned long long time_taken()

References _name, start(), and time_taken().