#pragma once #include class TickTimer { public: TickTimer(); double tick(); private: timeval _tv; };