/third_party/benchmark/src/ |
D | timers.cc | 71 double MakeTime(FILETIME const& kernel_time, FILETIME const& user_time) { in MakeTime() argument 76 user.HighPart = user_time.dwHighDateTime; in MakeTime() 77 user.LowPart = user_time.dwLowDateTime; in MakeTime() 92 return (static_cast<double>(info.user_time.seconds) + in MakeTime() 93 static_cast<double>(info.user_time.microseconds) * 1e-6 + in MakeTime() 117 FILETIME user_time; in ProcessCPUUsage() local 119 &user_time)) in ProcessCPUUsage() 120 return MakeTime(kernel_time, user_time); in ProcessCPUUsage() 148 FILETIME user_time; in ThreadCPUUsage() local 150 &user_time); in ThreadCPUUsage() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/acct/ |
D | acct02.c | 80 int user_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct() local 113 tmp2 = user_time/clock_ticks; in verify_acct() 116 user_time, clock_ticks, tmp2); in verify_acct()
|
/third_party/node/deps/uvwasi/src/ |
D | clocks.c | 86 (time) = (info.user_time.seconds * NANOS_PER_SEC) + \ 87 (info.user_time.microseconds * 1000) + \
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 202 read elapsed_time user_time sys_time percent ctx sleeps <timelog 204 temp_user=`add_data_point $user_time $temp_user`
|
/third_party/python/Modules/ |
D | timemodule.c | 1188 FILETIME creation_time, exit_time, kernel_time, user_time; local 1195 &kernel_time, &user_time); 1212 large.u.LowPart = user_time.dwLowDateTime; 1213 large.u.HighPart = user_time.dwHighDateTime; 1381 FILETIME creation_time, exit_time, kernel_time, user_time; local 1388 &kernel_time, &user_time); 1405 large.u.LowPart = user_time.dwLowDateTime; 1406 large.u.HighPart = user_time.dwHighDateTime;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Process.h | 64 std::chrono::nanoseconds &user_time,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Process.h | 81 std::chrono::nanoseconds &user_time,
|
/third_party/rust/crates/nix/src/sys/ |
D | resource.rs | 307 pub fn user_time(&self) -> TimeVal { in user_time() method 438 let user = usage.user_time(); in test_self_cpu_time()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11window.h | 68 unsigned long user_time; member
|
D | SDL_x11events.c | 521 if (latest && (latest != data->user_time)) { in X11_UpdateUserTime() 530 data->user_time = latest; in X11_UpdateUserTime() 1151 if (!data->user_time) { in X11_DispatchEvent() 1152 data->user_time = xevent.xproperty.time; in X11_DispatchEvent()
|
D | SDL_x11window.c | 1079 e.xclient.data.l[1] = data->user_time; in SetWindowActive()
|
/third_party/ninja/src/ |
D | util.cc | 773 FILETIME idle_time, kernel_time, user_time; in GetLoadAverage() local 775 GetSystemTimes(&idle_time, &kernel_time, &user_time); in GetLoadAverage() 783 FileTimeToTickCount(kernel_time) + FileTimeToTickCount(user_time); in GetLoadAverage()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 862 pub user_time: time_value_t, 1184 pub user_time: time_value_t, 1294 pub user_time: time_value_t, 2048 self.user_time == other.user_time 2062 .field("user_time", &self.user_time) 2075 self.user_time.hash(state); 2515 && self.user_time == other.user_time 2527 let user_time = self.user_time; localVariable 2535 .field("user_time", &user_time) 2547 let user_time = self.user_time; localVariable [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 78 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time, 87 user_time = toDuration(UserTime);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 84 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time, 93 user_time = toDuration(UserTime);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 123 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time, 126 std::tie(user_time, sys_time) = getRUsageTimes();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Process.inc | 118 void Process::GetTimeUsage(TimePoint<> &elapsed, std::chrono::nanoseconds &user_time, 121 std::tie(user_time, sys_time) = getRUsageTimes();
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | native.rs | 256 pub user_time: bigtime_t, 267 pub user_time: bigtime_t,
|