3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
timelog Class Reference

use this class for time profiling. The pattern of usage More...

#include <timelog.h>

Detailed Description

use this class for time profiling. The pattern of usage

timelog t;// this starts timing
...do something...
t.point("milestone 1");// calculate duration
...do something else...
t.point("milestione 2");// calculate duration of other process
...again...
t.log("last time point");// this ends the last milestone and puts the time report to the log.txt

The documentation for this class was generated from the following file: