/external/libunwind/tests/ |
D | Gperf-simple.c | 49 gettime (void) in gettime() function 69 start = gettime (); in measure_unwind() 80 stop = gettime (); in measure_unwind() 178 start = gettime (); in measure_init() 181 stop = gettime (); in measure_init() 193 start = gettime (); in measure_init() 196 stop = gettime (); in measure_init() 205 start = gettime (); in measure_init() 208 stop = gettime (); in measure_init() 217 start = gettime (); in measure_init() [all …]
|
D | Gperf-trace.c | 49 gettime (void) in gettime() function 64 start = gettime (); in measure_unwind() 66 stop = gettime (); in measure_unwind() 164 start = gettime (); in measure_init() 167 stop = gettime (); in measure_init() 179 start = gettime (); in measure_init() 182 stop = gettime (); in measure_init() 191 start = gettime (); in measure_init() 194 stop = gettime (); in measure_init() 203 start = gettime (); in measure_init() [all …]
|
/external/libjpeg-turbo/ |
D | tjutil.c | 42 double gettime(void) in gettime() function 59 double gettime(void) in gettime() function
|
D | tjbench.c | 154 double start=gettime(); in decomp() 167 startDecode=gettime(); in decomp() 171 if(iter>=0) elapsedDecode+=gettime()-startDecode; in decomp() 182 elapsed+=gettime()-start; in decomp() 349 start=gettime(); in fullTest() 359 double startEncode=gettime(); in fullTest() 363 if(iter>=0) elapsedEncode+=gettime()-startEncode; in fullTest() 380 elapsed+=gettime()-start; in fullTest() 630 start=gettime(); in decompTest() 637 elapsed+=gettime()-start; in decompTest()
|
D | tjutil.h | 47 extern double gettime(void);
|
/external/libvncserver/test/ |
D | tjutil.c | 42 double gettime(void) in gettime() function 59 double gettime(void) in gettime() function
|
D | tjunittest.c | 254 t=gettime(); in compTest() 258 t=gettime()-t; in compTest() 298 t=gettime(); in _decompTest() 301 t=gettime()-t; in _decompTest()
|
D | tjutil.h | 47 extern double gettime(void);
|
D | tjbench.c | 120 for(i=0, start=gettime(); (elapsed=gettime()-start)<benchtime; i++) in decomptest() 263 for(i=0, start=gettime(); (elapsed=gettime()-start)<benchtime; i++) in dotest()
|
/external/v8/tools/profviz/ |
D | composer.js | 138 var gettime = []; 278 gettime.push(time); 443 if (gettime.length > 1) { 444 var start = gettime[0]; 445 var end = gettime.pop();
|
/external/fio/ |
D | Android.mk | 26 main_src_files := gettime.c fio.c ioengines.c init.c stat.c log.c time.c \ 29 cconv.c client.c filelock.c flow.c gettime-thread.c idletime.c io_u_queue.c \
|
D | Makefile | 29 SOURCE := gettime.c ioengines.c init.c stat.c log.c time.c filesetup.c \ 36 lib/lfsr.c gettime-thread.c helpers.c lib/flist_sort.c \ 177 T_SMALLOC_OBJS += gettime.o mutex.o smalloc.o t/log.o t/debug.o 193 T_LFSR_TEST_OBJS += lib/lfsr.o gettime.o t/log.o t/debug.o 203 T_DEDUPE_OBJS += lib/rbtree.o t/log.o mutex.o smalloc.o gettime.o crc/md5.o \
|
/external/syslinux/lzo/src/ |
D | lzo_supp.h | 1224 lzo_pclock_gettime_t gettime; member 3106 h->gettime = LZO_STATIC_CAST(lzo_pclock_gettime_t, 0); in LZOLIB_PUBLIC() 3115 h->gettime = lzo_pclock_read_clock_gettime_r_syscall; in LZOLIB_PUBLIC() 3122 h->gettime = lzo_pclock_read_gettimeofday; in LZOLIB_PUBLIC() 3131 h->gettime = lzo_pclock_read_clock_gettime_m_syscall; in LZOLIB_PUBLIC() 3138 h->gettime = lzo_pclock_read_uclock; in LZOLIB_PUBLIC() 3145 h->gettime = lzo_pclock_read_clock; in LZOLIB_PUBLIC() 3154 h->gettime = lzo_pclock_read_getprocesstimes; in LZOLIB_PUBLIC() 3161 h->gettime = lzo_pclock_read_clock_gettime_p_syscall; in LZOLIB_PUBLIC() 3168 h->gettime = lzo_pclock_read_clock_gettime_p_libc; in LZOLIB_PUBLIC() [all …]
|
D | miniacc.h | 3939 int (*gettime) (acc_pclock_handle_p, acc_pclock_p); member 5766 h->gettime = 0; in ACCLIB_PUBLIC() 5774 h->gettime = acc_pclock_read_gettimeofday; in ACCLIB_PUBLIC() 5780 h->gettime = acc_pclock_read_gettimeofday; in ACCLIB_PUBLIC() 5786 h->gettime = acc_pclock_read_uclock; in ACCLIB_PUBLIC() 5792 if (!h->gettime) { in ACCLIB_PUBLIC() 5793 h->gettime = acc_pclock_read_clock; in ACCLIB_PUBLIC() 5801 h->gettime = acc_pclock_read_perfctr; in ACCLIB_PUBLIC() 5807 if (!h->gettime && acc_pclock_read_getprocesstimes(h, &c) == 0) { in ACCLIB_PUBLIC() 5808 h->gettime = acc_pclock_read_getprocesstimes; in ACCLIB_PUBLIC() [all …]
|
/external/libevent/ |
D | event.c | 357 gettime(struct event_base *base, struct timeval *tp) in gettime() function 428 gettime(base, &base->tv_cache); in update_time_cache() 567 gettime(base, &base->event_tv); in event_base_new_with_config() 1164 gettime(base, &now); in common_timeout_callback() 1277 gettime(base, &now); in event_persist_closure() 1621 gettime(base, &base->event_tv); in event_base_loop() 2149 gettime(base, &now); in event_add_internal() 2414 if (gettime(base, &now) == -1) { in timeout_next() 2453 gettime(base, tv); in timeout_correct() 2504 gettime(base, &now); in timeout_process()
|
D | ChangeLog | 1368 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
|
/external/blktrace/btreplay/ |
D | btreplay.c | 338 static inline __u64 gettime(void) in gettime() function 1177 long long dreal, tclock = gettime() - rgenesis; in stall() 1200 tclock = gettime() - rgenesis; in stall() 1610 rgenesis = gettime(); in main()
|
/external/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 199 microseconds where now = CLOCK_MONOTONIC gettime in ns, start = 200 CLOCK_MONOTONIC gettime at the start of the test, i = iteration number,
|