Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
timer.h File Reference
#include <mitsuba/mitsuba.h>

Go to the source code of this file.

Classes

class  mitsuba::Timer
 Platform independent milli/micro/nanosecond timerThis class implements a simple cross-platform timer with nanosecond resolution. It operates similarly to a good stop watch: it can be started and stopped and records both the time since the last start() invocation, and the total time collected in separate intervals. More...
 

Namespaces

 mitsuba
 

Macros

#define __MITSUBA_CORE_TIMER_H_
 

Macro Definition Documentation

#define __MITSUBA_CORE_TIMER_H_