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
}
script3_profiler::start
void start()
Definition:
script3_profiler.h:14
script3_profiler::_name
std::string _name
Definition:
script3_profiler.h:31
script3_profiler::time_taken
const unsigned long long time_taken()
Definition:
script3_profiler.h:19
References
_name
,
start()
, and
time_taken()
.
script3_profiler
Generated by
1.8.15