HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 101 - 125 of 751) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 39 gettimeofday(&tv, &tz);
  /prebuilts/go/darwin-x86/misc/cgo/test/
callback_c.c 48 gettimeofday(&tv, NULL);
  /prebuilts/go/linux-x86/misc/cgo/test/
callback_c.c 48 gettimeofday(&tv, NULL);
  /prebuilts/ndk/r16/sources/android/ndk_helper/
perfMonitor.cpp 49 gettimeofday( &Time, NULL );
  /system/core/libutils/
Timers.cpp 48 gettimeofday(&t, NULL);
  /external/google-benchmark/src/
cycleclock.h 120 // Use clock_gettime(CLOCK_MONOTONIC, ...) instead of gettimeofday
154 gettimeofday(&tv, nullptr);
158 // back to gettimeofday. It's possible clock_gettime would be better.
160 gettimeofday(&tv, nullptr);
  /external/libcxx/utils/google-benchmark/src/
cycleclock.h 120 // Use clock_gettime(CLOCK_MONOTONIC, ...) instead of gettimeofday
154 gettimeofday(&tv, nullptr);
158 // back to gettimeofday. It's possible clock_gettime would be better.
160 gettimeofday(&tv, nullptr);
  /external/libmicrohttpd/src/examples/
benchmark.c 75 gettimeofday (&tve, NULL);
99 gettimeofday (tv, NULL);
benchmark_https.c 75 gettimeofday (&tve, NULL);
99 gettimeofday (tv, NULL);
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_latency_check_task.c 110 if (gettimeofday(&prev_time, NULL) == -1)
116 if (gettimeofday(&cur_time, NULL) == -1)
  /external/ltp/testcases/kernel/syscalls/futimesat/
futimesat01.c 80 gettimeofday(&times[0], NULL);
81 gettimeofday(&times[1], NULL);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_performance.c 111 gettimeofday(&tv1, &tz);
123 gettimeofday(&tv2, &tz);
rpc_clnt_broadcast_scalability.c 111 gettimeofday(&tv1, &tz);
123 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
rpc_clntraw_create_performance.c 107 gettimeofday(&tv1, &tz);
113 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
rpc_svcraw_create_performance.c 106 gettimeofday(&tv1, &tz);
112 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
rpc_svctcp_create_performance.c 109 gettimeofday(&tv1, &tz);
115 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
rpc_svcudp_create_performance.c 109 gettimeofday(&tv1, &tz);
115 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_performance.c 109 gettimeofday(&tv1, &tz);
120 gettimeofday(&tv2, &tz);
rpc_callrpc_scalability.c 109 gettimeofday(&tv1, &tz);
120 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_performance.c 116 gettimeofday(&tv1, &tz);
125 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_performance.c 116 gettimeofday(&tv1, &tz);
126 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
tirpc_rpc_call_performance.c 117 gettimeofday(&tv1, &tz);
125 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_performance.c 121 gettimeofday(&tv1, &tz);
129 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
2-1.c 128 gettimeofday(&currsec1, NULL);
153 gettimeofday(&currsec2, NULL);
  /external/ltp/testcases/realtime/func/sched_football/
sched_football.c 139 gettimeofday(&start, NULL);
148 gettimeofday(&now, NULL);

Completed in 409 milliseconds

1 2 3 45 6 7 8 91011>>