Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dtimers.cc71 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
117 FILETIME user_time; in ProcessCPUUsage() local
148 FILETIME user_time; in ThreadCPUUsage() local
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c80 int user_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct() local
/third_party/rust/crates/nix/src/sys/
Dresource.rs307 pub fn user_time(&self) -> TimeVal { in user_time() method
/third_party/python/Modules/
Dtimemodule.c1188 FILETIME creation_time, exit_time, kernel_time, user_time; local
1381 FILETIME creation_time, exit_time, kernel_time, user_time; local
/third_party/ninja/src/
Dutil.cc773 FILETIME idle_time, kernel_time, user_time; in GetLoadAverage() local
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2527 let user_time = self.user_time; localVariable
2547 let user_time = self.user_time; localVariable