Searched refs:process_times (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/chrono/ |
D | process_cpu_clocks.hpp | 78 struct process_times struct 79 : arithmetic<process_times<Rep>, 80 multiplicative<process_times<Rep>, Rep, 81 less_than_comparable<process_times<Rep> > > > 85 process_times() in process_times() function 92 explicit process_times( in process_times() argument 99 explicit process_times( in process_times() argument 100 process_times<Rep2> const& rhs) in process_times() 104 process_times( in process_times() function 123 bool operator==(process_times<Rep2> const& rhs) { in operator ==() argument [all …]
|
/third_party/boost/libs/chrono/test/ |
D | run_timer_test.cpp | 115 boost::chrono::process_times times; in accuracy_test() 192 boost::chrono::process_times times; in process_timer_test()
|
/third_party/boost/boost/chrono/io/ |
D | duration_get.hpp | 49 struct duration_io_intermediate<process_times<Rep>, false> 51 typedef process_times<typename duration_io_intermediate<Rep>::type> type; 376 …ype s, iter_type end, std::ios_base& ios, std::ios_base::iostate& err, process_times<Rep>& r) const in get_value()
|
D | duration_put.hpp | 216 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<process_times<Rep>, … in put_value() 279 duration<process_times<Rep>, Period> const& d) const in put_unit()
|
/third_party/boost/libs/chrono/doc/ |
D | chrono.qbk | 6760 struct process_times; 6764 process_times<Rep> const& rhs); 6769 process_times<Rep> const& rhs); 6772 struct duration_values<process_times<Rep> >; 6783 class numeric_limits<boost::chrono::process_times<Rep> >; 6865 typedef process_times<nanoseconds::rep> times ; 6879 [section:times Template Class `process_times`] 6884 struct process_times : arithmetic<process_times<Rep>, 6885 multiplicative<process_times<Rep>, Rep, 6886 less_than_comparable<process_times<Rep> > > > [all …]
|