timer.hpp
Go to the documentation of this file.
7 /****************************************************************************************************/
12 /****************************************************************************************************/
90 /****************************************************************************************************/
120 /****************************************************************************************************/
124 /****************************************************************************************************/
207 return (split_m.QuadPart - epoch_m.QuadPart) / static_cast<double>(frequency_m.QuadPart) * double(1e3);
210 return ((split_m.sec - epoch_m.sec) * double(1e3) + (split_m.nsec - epoch_m.nsec) / double(1e6));
213 return ((split_m.tv_sec - epoch_m.tv_sec) * double(1e3) + (split_m.tv_usec - epoch_m.tv_usec) / double(1e3));
323 /****************************************************************************************************/
330 /****************************************************************************************************/
337 /****************************************************************************************************/
|