4 #include "blub/core/globals.hpp"
5 #include "blub/core/string.hpp"
7 #include <boost/chrono/system_clocks.hpp>
28 boost::chrono::system_clock::time_point m_timePoint;
real end()
returns time in seconds, since last start() call
Definition: timer.cpp:20
Definition: string.hpp:22
void start()
start gets a timepoint, call end to get the time passed from start()
Definition: timer.cpp:15
Definition: deadlineTimer.hpp:10