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 /****************************************************************************************************/
341 /****************************************************************************************************/
345 /****************************************************************************************************/
boost::range_iterator< ForwardRange >::type min_element(ForwardRange &range) minmax implementation Definition: minmax.hpp:153 Definition: timer.hpp:126 bool operator==(const circular_queue< T > &x, const circular_queue< T > &y) Definition: circular_queue.hpp:421 Definition: functional.hpp:26 boost::range_iterator< ForwardRange >::type max_element(ForwardRange &range) minmax implementation Definition: minmax.hpp:211 void report(const char *decoration, std::ostream &s=std::cout) Definition: timer.hpp:300 A class for measuring periods of elapsed time. Can also accrue split times for some basic statistical... bool operator<(const step_iterator_adaptor< D, IT, S_FN > &p1, const step_iterator_adaptor< D, IT, S_FN > &p2) Definition: iterator.hpp:372 |