Populous: The Beginning Script 3
1.0.0
Documentation for Populous Script 3 engine
|
#include <script3_profiler.h>
Public Member Functions | |
script3_profiler (const std::string &name) | |
script3_profiler () | |
void | start () |
const unsigned long long | time_taken () |
void | log (const std::string &file, unsigned int line) |
Private Attributes | |
unsigned long long | _start |
std::string | _name |
Definition at line 5 of file script3_profiler.h.