Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/detail/inlined/win/
Dprocess_cpu_clocks.hpp75 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
100 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
140 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
165 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
205 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
236 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
Dthread_clock.hpp32 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
76 boost::winapi::FILETIME_ creation, exit, user_time, system_time; in now() local
/external/libcxx/utils/google-benchmark/src/
Dtimers.cc69 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
115 FILETIME user_time; in ProcessCPUUsage() local
146 FILETIME user_time; in ThreadCPUUsage() local
/external/google-benchmark/src/
Dtimers.cc76 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
123 FILETIME user_time; in ProcessCPUUsage() local
158 FILETIME user_time; in ThreadCPUUsage() local
/external/cronet/third_party/google_benchmark/src/src/
Dtimers.cc76 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime()
122 FILETIME user_time; in ProcessCPUUsage() local
157 FILETIME user_time; in ThreadCPUUsage() local
/external/eigen/bench/btl/generic_bench/timers/
Dportable_timer.hh74 double user_time() { return elapsed(); } in user_time() function in Portable_Timer
120 double user_time() in user_time() function in Portable_Timer
172 double user_time() in user_time() function in Portable_Timer
/external/flac/src/utils/flactimer/
Dmain.cpp154 FILETIME user_time; in main() local
/external/google-breakpad/src/client/windows/crash_generation/
Dclient_info.cc71 FILETIME creation_time, exit_time, kernel_time, user_time; in Initialize() local
/external/perfetto/src/base/
Dtime.cc139 uint64_t user_time = in GetThreadCPUTimeNs() local
/external/ltp/testcases/kernel/syscalls/acct/
Dacct02.c78 int user_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct() local
/external/rust/crates/nix/src/sys/
Dresource.rs287 pub fn user_time(&self) -> TimeVal { in user_time() method
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/time/
Dtime_win.cc420 FILETIME creation_time, exit_time, kernel_time, user_time; in GetForThread() local
/external/python/cpython3/Modules/
Dtimemodule.c1214 FILETIME creation_time, exit_time, kernel_time, user_time; local
1407 FILETIME creation_time, exit_time, kernel_time, user_time; local
/external/cronet/base/time/
Dtime_win.cc677 FILETIME creation_time, exit_time, kernel_time, user_time; in GetForThread() local
/external/cronet/base/process/
Dprocess_metrics_win.cc146 FILETIME user_time; in GetCumulativeCPUUsage() local
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2745 let user_time = self.user_time; localVariable
2765 let user_time = self.user_time; localVariable