Searched defs:process_times (Results 1 – 1 of 1) sorted by relevance
78 struct process_times struct84 typedef Rep rep;85 process_times() in process_times() argument92 explicit process_times( in process_times() function99 explicit process_times( in process_times() function104 process_times( in process_times() argument112 rep real; // real (i.e wall clock) time113 rep user; // user cpu time114 rep system; // system cpu time117 operator rep() const in operator rep()[all …]