Timer.h

class Cubism::Util::Timer

Simple timer class.

Public Functions

inline Timer()

Default constructor.

Starts the timer

inline void start()

Restart the timer.

inline double stop() const

Get the currently elapsed seconds.

Return

Elapsed seconds since construction or start