Home
last modified time | relevance | path

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

/third_party/boost/boost/chrono/
Dprocess_cpu_clocks.hpp78 struct process_times struct
84 typedef Rep rep;
85 process_times() in process_times() argument
92 explicit process_times( in process_times() function
99 explicit process_times( in process_times() function
104 process_times( in process_times() argument
112 rep real; // real (i.e wall clock) time
113 rep user; // user cpu time
114 rep system; // system cpu time
117 operator rep() const in operator rep()
[all …]