Home
last modified time | relevance | path

Searched refs:process_times (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/chrono/
Dprocess_cpu_clocks.hpp78 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/
Drun_timer_test.cpp115 boost::chrono::process_times times; in accuracy_test()
192 boost::chrono::process_times times; in process_timer_test()
/third_party/boost/boost/chrono/io/
Dduration_get.hpp49 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()
Dduration_put.hpp216 …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/
Dchrono.qbk6760 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 …]