/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
D | jdk6-gc.txt | 1 [GC 987K->384K(62848K), 0.0012320 secs] 2 [Full GC 384K->288K(62848K), 0.0054550 secs] 3 [GC 288K->288K(62848K), 0.0004450 secs] 4 [Full GC 288K->288K(62848K), 0.0049580 secs] 5 [GC 288K->288K(62848K), 0.0004590 secs] 6 [Full GC 288K->288K(62848K), 0.0048240 secs] 7 [GC 288K->288K(62848K), 0.0005700 secs] 8 [Full GC 288K->288K(62848K), 0.0063250 secs] 9 [GC 288K->288K(62848K), 0.0003540 secs] 10 [Full GC 288K->288K(62848K), 0.0048210 secs] [all …]
|
D | jdk7-gc.txt | 1 2013-02-11T20:15:26.706-0600: 0.098: [GC 1316K->576K(62848K), 0.0014240 secs] 2 2013-02-11T20:15:26.708-0600: 0.099: [Full GC 576K->486K(62848K), 0.0044860 secs] 3 2013-02-11T20:15:26.713-0600: 0.104: [GC 486K->486K(62848K), 0.0005000 secs] 4 2013-02-11T20:15:26.713-0600: 0.105: [Full GC 486K->486K(62848K), 0.0039840 secs] 5 2013-02-11T20:15:26.717-0600: 0.109: [GC 486K->486K(62848K), 0.0007650 secs] 6 2013-02-11T20:15:26.718-0600: 0.110: [Full GC 486K->486K(62848K), 0.0038350 secs] 7 2013-02-11T20:15:26.722-0600: 0.113: [GC 486K->486K(62848K), 0.0005430 secs] 8 2013-02-11T20:15:26.723-0600: 0.114: [Full GC 486K->486K(62848K), 0.0045480 secs] 9 2013-02-11T20:15:26.727-0600: 0.119: [GC 486K->486K(62848K), 0.0003950 secs] 10 2013-02-11T20:15:26.728-0600: 0.119: [Full GC 486K->486K(62848K), 0.0036570 secs] [all …]
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 35 Zisofs 49.88 seconds (User 2.60 secs, Sys 11.19 secs) 36 Cloop 20.80 seconds (User 2.71 secs, Sys 13.50 secs) 37 Squashfs2.0 16.56 seconds (User 2.42 secs, Sys 10.37 secs) 38 Squashfs2.1 10.14 seconds (User 2.48 secs, Sys 4.44 secs) 45 Zisofs 27 minutes 28.54 seconds (User 3.00 secs, Sys 1 min 4.80 secs) 46 Cloop 5 minutes 55.72 seconds (User 2.90 secs, Sys 3 min 37.90 secs) 47 Squashfs2.0 5 minutes 20.87 seconds (User 2.33 secs, Sys 56.98 secs) 48 Squashfs2.1 5 minutes 15.46 seconds (user 2.28 secs, Sys 51.12 secs) 58 Zisofs 101 minutes 29.65 seconds (User 5.33 secs, Sys 1 min 17.20 secs) 59 Cloop 35 minutes 27.51 seconds (user 5.93 secs, Sys 4 mins 30.23 secs) [all …]
|
D | README-2.1 | 36 Zisofs 35 minutes 7.895 seconds (User 7.868 secs, Sys 34 mins 5.621 secs) 37 Cloop 35 minutes 12.765 seconds (User 7.771 secs, Sys 34 mins 3.869 secs) 38 Squashfs2.1 19 seconds (User 5.119 secs, Sys 14.547 secs) 53 Zisofs 49.875 seconds (User time 2.589 secs, Sys 11.194 secs) 54 Cloop 20.797 seconds (User time 2.706 secs, Sys 13.496 secs) 55 Squashfs2.0 16.556 seconds (User time 2.424 secs, Sys 10.371 secs) 56 Squashfs2.1 10.143 seconds (User time 2.475 secs, Sys 4.440 secs)
|
/external/libcups/filter/ |
D | rasterbench.c | 44 static double compute_median(double *secs); 127 compute_median(double *secs) /* I - Array of time samples */ in compute_median() argument 139 if (secs[i] > secs[j]) in compute_median() 141 temp = secs[i]; in compute_median() 142 secs[i] = secs[j]; in compute_median() 143 secs[j] = temp; in compute_median() 150 return (0.5 * (secs[TEST_PASSES / 2 - 1] + secs[TEST_PASSES / 2])); in compute_median()
|
/external/python/cpython2/Modules/ |
D | timemodule.c | 130 double secs; in time_time() local 131 secs = floattime(); in time_time() 132 if (secs == 0.0) { in time_time() 136 return PyFloat_FromDouble(secs); in time_time() 203 double secs; in time_sleep() local 204 if (!PyArg_ParseTuple(args, "d:sleep", &secs)) in time_sleep() 206 if (floatsleep(secs) != 0) in time_sleep() 924 time_t secs; in floattime() 925 time(&secs); in floattime() 926 return (double)secs; in floattime() [all …]
|
/external/ltp/testcases/lib/ |
D | tst_sleep.c | 45 long interval, secs = 0, usecs = 0; in main() local 87 secs = interval; in main() 90 secs = interval / 1000; in main() 95 secs = interval / 1000000; in main() 99 if (secs) in main() 100 sleep(secs); in main()
|
/external/mdnsresponder/mDNSPosix/ |
D | parselog.py | 98 secs=0 100 secs = secs*60 +float(t) 101 if (secs>maxTime): 102 maxTime=secs 103 if (secs<minTime): 104 minTime=secs 123 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]]) 125 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]]) 128 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]]) 131 plotPoints.append([secs, ipList[ip][0], (qaList[1])[1:-1]]) [all …]
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 58 static const char *interval_string(unsigned int secs) in interval_string() argument 65 if (secs == 0) in interval_string() 68 if (secs >= MONTH_INT) { in interval_string() 69 num = secs / MONTH_INT; in interval_string() 70 secs -= num*MONTH_INT; in interval_string() 73 if (secs >= WEEK_INT) { in interval_string() 74 num = secs / WEEK_INT; in interval_string() 75 secs -= num*WEEK_INT; in interval_string() 80 if (secs >= DAY_INT) { in interval_string() 81 num = secs / DAY_INT; in interval_string() [all …]
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fileops.h | 42 void ffsb_read_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 43 void ffsb_write_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 44 void ffsb_create_print_exl(struct ffsb_op_results *, double secs, unsigned op_num); 45 void ffsb_append_print_exl(struct ffsb_op_results *, double secs, unsigned op_num);
|
/external/skia/samplecode/ |
D | SampleAnimBlur.cpp | 15 SkScalar get_anim_sin(double secs, SkScalar amplitude, SkScalar periodInSec, SkScalar phaseInSec) { in get_anim_sin() argument 19 double t = secs + phaseInSec; in get_anim_sin() 61 fBlurSigma = get_anim_sin(timer.secs(), 100, 4, 5); in onAnimate() 62 fCircleRadius = 3 + get_anim_sin(timer.secs(), 150, 25, 3); in onAnimate()
|
/external/libcups/cups/ |
D | testgetdests.c | 34 double secs; /* Total seconds to run cupsGetDests */ in main() local 42 secs = end.tv_sec - start.tv_sec + 0.000001 * (end.tv_usec - start.tv_usec); in main() 44 printf("Found %d printers in %.3f seconds...\n", num_dests, secs); in main()
|
/external/ltp/tools/pounder21/ |
D | fancy_timed_loop.c | 58 int secs, stat; in main() local 123 secs = atoi(argv[3]); in main() 124 alarm(secs); in main() 130 secs = atoi(argv[1]); in main() 131 alarm(secs); in main()
|
D | timed_loop.c | 62 int secs, stat; in main() local 125 secs = atoi(argv[3]); in main() 127 secs = atoi(argv[1]); in main() 129 alarm(secs); in main()
|
/external/tcpdump/ |
D | util-print.c | 396 uint32_t secs) in unsigned_relts_print() argument 403 if (secs == 0) { in unsigned_relts_print() 407 while (secs > 0) { in unsigned_relts_print() 408 if (secs >= *s) { in unsigned_relts_print() 409 ND_PRINT((ndo, "%d%s", secs / *s, *l)); in unsigned_relts_print() 410 secs -= (secs / *s) * *s; in unsigned_relts_print() 424 int32_t secs) in signed_relts_print() argument 426 if (secs < 0) { in signed_relts_print() 428 if (secs == INT32_MIN) { in signed_relts_print() 446 unsigned_relts_print(ndo, -secs); in signed_relts_print() [all …]
|
/external/syslinux/com32/tools/ |
D | relocs.c | 34 static struct section *secs; variable 204 sec_strtab = secs[ehdr.e_shstrndx].strtab; in sec_name() 207 name = sec_strtab + secs[shndx].shdr.sh_name; in sec_name() 313 secs = calloc(ehdr.e_shnum, sizeof(struct section)); in read_shdrs() 314 if (!secs) { in read_shdrs() 323 struct section *sec = &secs[i]; in read_shdrs() 338 sec->link = &secs[sec->shdr.sh_link]; in read_shdrs() 347 struct section *sec = &secs[i]; in read_strtabs() 372 struct section *sec = &secs[i]; in read_symtabs() 405 struct section *sec = &secs[i]; in read_relocs() [all …]
|
/external/syslinux/gpxe/src/hci/commands/ |
D | time_cmd.c | 32 int rc, secs; in time_exec() local 48 secs = (currticks() - start) / ticks_per_sec(); in time_exec() 50 printf ( "%s: %ds\n", argv[0], secs ); in time_exec()
|
/external/libunwind/tests/ |
D | forker.c | 37 double secs; in main() local 71 secs = ((stop.tv_sec + 1e-6 * stop.tv_usec) in main() 74 (unsigned long) (1e9 * secs / (double) count)); in main()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | program.cpp | 103 if (!binary.secs.empty()) in status() 113 if (any_of(type_equals(module::section::text_intermediate), binary.secs)) in binary_type() 115 else if (any_of(type_equals(module::section::text_library), binary.secs)) in binary_type() 117 else if (any_of(type_equals(module::section::text_executable), binary.secs)) in binary_type()
|
/external/skia/gm/ |
D | animatedGif.cpp | 155 double secs = timer.msec() * .1; in onAnimate() local 161 fNextUpdate = secs + fFrameInfos[fFrame].fDuration; in onAnimate() 166 if (secs < fNextUpdate) { in onAnimate() 170 while (secs >= fNextUpdate) { in onAnimate()
|
D | SkAnimTimer.h | 93 double secs() const { return (fCurrTimeNanos - fBaseTimeNanos) * 1e-9; } in secs() function 101 double value = this->secs() * speed; 113 return PingPong(this->secs(), period, phase, ends, mid); in pingPong()
|
/external/syslinux/gpxe/src/core/ |
D | timer.c | 38 unsigned int sleep ( unsigned int secs ) { in sleep() argument 39 while ( secs-- ) in sleep()
|
/external/icu/icu4c/source/data/unit/ |
D | rm.txt | 61 one{"{0} secs."} 62 other{"{0} secs."} 94 other{"{0} secs."}
|
/external/clang/utils/ |
D | FindSpecRefs | 683 secs = str[1:str.index(']')].split('.') 690 indices = secs 692 secs = str.split('.') 694 if 'p' in secs[-1]: 695 secs[-1],p = secs[-1].split('p',1) 697 indices = map(int, secs)
|
/external/e2fsprogs/debugfs/ |
D | lsdel.c | 85 long secs = 0; in do_lsdel() local 95 secs = strtol(argv[1],&tmp,0); in do_lsdel() 136 (secs && (labs(now - secs) > (long) inode.i_dtime))) in do_lsdel()
|