Added a profiler, which outputs time taken and calls to various functions.
authorDavid Gow <[email protected]>
Tue, 14 Oct 2014 06:48:02 +0000 (14:48 +0800)
committerDavid Gow <[email protected]>
Tue, 14 Oct 2014 06:48:02 +0000 (14:48 +0800)
Disable by defining PROFILER_SILENT

You can add a zone with PROFILE_SCOPE(name); (which will profile
until the scope is exited) or with g_profiler.BeginZone(name); and g_profiler.EndZone();


No differences found

UCC git Repository :: git.ucc.asn.au