Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/lldb/tools/debugserver/source/
DDNBTimer.h73 gettimeofday (&m_timeval, NULL); in Reset()
101 gettimeofday (&now, NULL); in ElapsedMicroSeconds()
114 gettimeofday (&now, NULL); in GetTimeOfDay()
125 gettimeofday (&now, NULL);
/external/lldb/test/expression_command/timeout/
Dwait-a-while.c13 gettimeofday(&start_time, NULL); in wait_a_while()
23 gettimeofday(&now, NULL); in wait_a_while()
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
Dframe_counter.cc12 gettimeofday(&start_time, NULL); in BeginFrame()
19 gettimeofday(&end_time, NULL); in EndFrame()
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/
Dfps.h17 start_tv_retv = gettimeofday(&start_tv, NULL); in getseconds()
21 if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL))) in getseconds()
/external/oprofile/libopagent/
Dopagent.c170 if (gettimeofday(&tv, NULL)) { in op_open_agent()
207 if (gettimeofday(&tv, NULL)) { in op_close_agent()
247 if (gettimeofday(&tv, NULL)) { in op_write_native_code()
306 if (gettimeofday(&tv, NULL)) { in op_write_debug_line_info()
369 if (gettimeofday(&tv, NULL)) { in op_unload_native_code()
/external/chromium_org/sdch/open-vcdiff/src/
Dtesting.h72 gettimeofday(&start_time_, NULL); in Start()
82 gettimeofday(&end_time, NULL); in Stop()
153 #error CycleTimer needs an implementation that does not use gettimeofday or QueryPerformanceCounter
/external/libunwind/tests/
Dforker.c50 gettimeofday (&start, NULL); in main()
69 gettimeofday (&stop, NULL); in main()
/external/chromium_org/third_party/libjpeg_turbo/
Drrtimer.h61 gettimeofday(&__tv, (struct timezone *)NULL); in time()
107 gettimeofday(&__tv, (struct timezone *)NULL); in rrtime()
/external/chromium_org/third_party/ots/test/
Dperf.cc62 ::gettimeofday(&start, 0); in main()
71 ::gettimeofday(&end, 0); in main()
/external/llvm/test/Transforms/FunctionAttrs/
Dannotate-1.ll18 declare i32 @gettimeofday(i8*, i8*)
19 ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]]
/external/libvpx/libvpx/vpx_ports/
Dvpx_timer.h61 gettimeofday(&t->begin, NULL); in vpx_usec_timer_start()
71 gettimeofday(&t->end, NULL); in vpx_usec_timer_mark()
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
Dvpx_timer.h64 gettimeofday(&t->begin, NULL); in vpx_usec_timer_start()
74 gettimeofday(&t->end, NULL); in vpx_usec_timer_mark()
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
Dsched-pipe.c70 gettimeofday(&start, NULL); in bench_sched_pipe()
84 gettimeofday(&stop, NULL); in bench_sched_pipe()
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dtrace_posix.cc39 gettimeofday(&system_time_high_res, 0); in TracePosix()
50 if (gettimeofday(&system_time_high_res, 0) == -1) { in AddTime()
/external/webrtc/src/system_wrappers/source/
Dtrace_posix.cc43 gettimeofday(&systemTimeHighRes, 0); in TracePosix()
56 if (gettimeofday(&systemTimeHighRes, 0) == -1) in AddTime()
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dcycleclock.h143 gettimeofday(&tv, NULL); in Now()
150 gettimeofday(&tv, NULL); in Now()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dcycleclock.h145 gettimeofday(&tv, NULL); in Now()
152 gettimeofday(&tv, NULL); in Now()
/external/blktrace/btt/
Dbt_timeline.c105 gettimeofday(&tvs, NULL); in process()
112 gettimeofday(&tve, NULL); in process()
/external/e2fsprogs/e2fsck/
Dscantest.c57 gettimeofday(&track->time_start, 0); in init_resource_track()
75 gettimeofday(&time_end, 0); in print_resource_track()
/external/llvm/lib/Support/Unix/
DTimeValue.inc39 if (0 != ::gettimeofday(&the_time,nullptr)) {
40 // This is *really* unlikely to occur because the only gettimeofday
/external/e2fsprogs/lib/ext2fs/
Dmmp.c99 gettimeofday(&tv, 0); in ext2fs_mmp_write()
134 gettimeofday(&tv, 0); in ext2fs_mmp_new_seq()
137 gettimeofday(&tv, 0); in ext2fs_mmp_new_seq()
377 gettimeofday(&tv, 0); in ext2fs_mmp_update()
/external/chromium_org/third_party/libevent/test/
Dbench.c106 gettimeofday(&ts, NULL); in run_once()
111 gettimeofday(&te, NULL); in run_once()
/external/skia/experimental/Intersection/
DEdgeDemoApp.mm25 gettimeofday(&t, NULL);
34 gettimeofday(&t, NULL);
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeDemoApp.mm25 gettimeofday(&t, NULL);
34 gettimeofday(&t, NULL);
/external/e2fsprogs/resize/
Dresource_track.c30 gettimeofday(&track->time_start, 0); in init_resource_track()
73 gettimeofday(&time_end, 0); in print_resource_track()

12345678910>>...15