HomeSort by relevance Sort by last modified time
    Searched refs:sys_time (Results 1 - 25 of 50) sorted by null

1 2

  /external/strace/
m32_funcs.h 9 #undef sys_time macro
10 #define sys_time m32_sys_time macro
mx32_funcs.h 9 #undef sys_time macro
10 #define sys_time mx32_sys_time macro
  /external/webrtc/webrtc/system_wrappers/source/
trace_win.cc 76 SYSTEMTIME sys_time; local
77 GetLocalTime(&sys_time);
83 GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("MMM dd yyyy"),
87 GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("HH':'mm':'ss"),
  /bionic/tests/
sys_time_test.cpp 26 TEST(sys_time, utimes_nullptr) {
31 TEST(sys_time, utimes_EINVAL) {
53 TEST(sys_time, futimes_nullptr) {
58 TEST(sys_time, futimes_EINVAL) {
80 TEST(sys_time, futimesat_nullptr) {
85 TEST(sys_time, futimesat_EINVAL) {
107 TEST(sys_time, lutimes_nullptr) {
112 TEST(sys_time, lutimes_EINVAL) {
134 TEST(sys_time, gettimeofday) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Process.h 51 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
60 TimeValue& sys_time
  /external/llvm/include/llvm/Support/
Process.h 56 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
62 /// \param sys_time Returns the current amount of system time for the process
64 TimeValue &sys_time);
  /external/ltp/tools/netpipe-2.4/
netpipe.c 61 double user_time, sys_time; /* User & system time used */ local
353 sys_time =
362 st2 += sys_time * sys_time;
364 st1 += sys_time;
365 if ((user_time + sys_time) <
368 best_sys_time = sys_time;
  /external/ltp/tools/netpipe-2.4-ipv6/
netpipe.c 98 double user_time, sys_time; /* User & system time used */ local
407 sys_time =
416 st2 += sys_time * sys_time;
418 st1 += sys_time;
419 if ((user_time + sys_time) <
422 best_sys_time = sys_time;
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 43 uint64_t sys_time; member in struct:PokeResult
195 result.sys_time = DiffTimeval(usage_start.ru_stime,
  /external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c 457 struct timeval usr_time, sys_time; local
502 sys_time = difftimeval(&end_ru.ru_stime, &start_ru.ru_stime);
506 printf("sys %5.2f s\n", sys_time.tv_sec + sys_time.tv_usec / 1e6);
  /external/dng_sdk/source/
dng_pthread.cpp 670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; local
673 int wait_millisecs = (int)((lock_time - sys_time + 500000) / 1000000);
1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; local
1114 sys_time -= SecsFrom1601To1970 * 10000000LL;
1116 sys_time *= 100; // Convert from 100ns to 1ns units
1118 now->tv_sec = (long)(sys_time / 1000000000);
1119 now->tv_nsec = (long)(sys_time % 1000000000);
  /external/ltp/utils/benchmark/kernbench-0.42/
kernbench 202 read elapsed_time user_time sys_time percent ctx sleeps <timelog
205 temp_sys=`add_data_point $sys_time $temp_sys`
  /external/strace/linux/
dummy.h 97 #define sys_stime sys_time
  /external/icu/icu4c/source/tools/tzcode/
private.h 256 static time_t sys_time(time_t *x) { return time(x); } function
293 time_t r = sys_time(0);
  /external/fio/
stat.h 144 uint64_t sys_time; member in struct:thread_stat
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 228 @return: A tuple (wall_time, user_time, sys_time, fault_count)
239 sys_time = result_unpacked[2]
242 return (wall_time, user_time, sys_time, fault_count)
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 383 sys_time
role-base.conf 383 sys_time
user-base.conf 383 sys_time
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 383 sys_time
small-base.conf 383 sys_time
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 383 sys_time
base-notmetreq.conf 378 sys_time
small-base.conf 383 sys_time
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 383 sys_time

Completed in 370 milliseconds

1 2