/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/iperf3/src/ |
D | iperf_time.c | 45 time1->secs = (uint32_t) ts.tv_sec; in iperf_time_now() 61 time1->secs = tv.tv_sec; in iperf_time_now() 75 time1->secs += usecs / 1000000L; in iperf_time_add_usecs() 78 time1->secs += time1->usecs / 1000000L; in iperf_time_add_usecs() 86 return time->secs * 1000000LL + time->usecs; in iperf_time_in_usecs() 92 return time->secs + time->usecs / 1000000.0; in iperf_time_in_secs() 105 if (time1->secs < time2->secs) in iperf_time_compare() 107 if (time1->secs > time2->secs) in iperf_time_compare() 132 diff->secs = 0; in iperf_time_diff() 137 diff->secs = time1->secs - time2->secs; in iperf_time_diff() [all …]
|
/external/grpc-grpc/src/cpp/util/ |
D | time_cc.cc | 34 seconds secs = duration_cast<seconds>(deadline); in Timepoint2Timespec() local 36 secs.count() >= gpr_inf_future(GPR_CLOCK_REALTIME).tv_sec || in Timepoint2Timespec() 37 secs.count() < 0) { in Timepoint2Timespec() 41 nanoseconds nsecs = duration_cast<nanoseconds>(deadline - secs); in Timepoint2Timespec() 42 to->tv_sec = static_cast<int64_t>(secs.count()); in Timepoint2Timespec() 50 seconds secs = duration_cast<seconds>(deadline); in TimepointHR2Timespec() local 52 secs.count() >= gpr_inf_future(GPR_CLOCK_REALTIME).tv_sec || in TimepointHR2Timespec() 53 secs.count() < 0) { in TimepointHR2Timespec() 57 nanoseconds nsecs = duration_cast<nanoseconds>(deadline - secs); in TimepointHR2Timespec() 58 to->tv_sec = static_cast<int64_t>(secs.count()); in TimepointHR2Timespec()
|
/external/u-boot/drivers/rtc/ |
D | mxsrtc.c | 18 int mxs_rtc_set_time(uint32_t secs) in mxs_rtc_set_time() argument 23 writel(secs, &rtc_regs->hw_rtc_seconds); in mxs_rtc_set_time() 42 uint32_t secs; in rtc_get() local 44 secs = readl(&rtc_regs->hw_rtc_seconds); in rtc_get() 45 rtc_to_tm(secs, time); in rtc_get() 52 uint32_t secs; in rtc_set() local 54 secs = rtc_mktime(time); in rtc_set() 56 return mxs_rtc_set_time(secs); in rtc_set()
|
/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() 1022 time_t secs; in floattime() 1023 time(&secs); in floattime() 1024 return (double)secs; in floattime() [all …]
|
/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/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/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/python/cpython3/Python/ |
D | pytime.c | 453 _PyTime_t secs; in _PyTime_AsSecondsDouble() local 456 secs = t / SEC_TO_NS; in _PyTime_AsSecondsDouble() 457 d = (double)secs; in _PyTime_AsSecondsDouble() 536 _PyTime_t secs, ns; in _PyTime_AsTimeval_impl() local 540 secs = t / SEC_TO_NS; in _PyTime_AsTimeval_impl() 546 if (secs != _PyTime_MIN) { in _PyTime_AsTimeval_impl() 547 secs -= 1; in _PyTime_AsTimeval_impl() 555 if (secs != _PyTime_MAX) { in _PyTime_AsTimeval_impl() 556 secs += 1; in _PyTime_AsTimeval_impl() 564 *p_secs = secs; in _PyTime_AsTimeval_impl() [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/linux-kselftest/tools/testing/selftests/rtc/ |
D | rtctest.c | 118 time_t secs, new; in TEST_F() local 124 secs = timegm((struct tm *)&tm) + ALARM_DELTA; in TEST_F() 125 gmtime_r(&secs, (struct tm *)&tm); in TEST_F() 166 ASSERT_EQ(new, secs); in TEST_F() 175 time_t secs, new; in TEST_F() local 181 secs = timegm((struct tm *)&alarm.time) + ALARM_DELTA; in TEST_F() 182 gmtime_r(&secs, (struct tm *)&alarm.time); in TEST_F() 215 ASSERT_EQ(new, secs); in TEST_F()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | gsc.c | 179 unsigned long secs = 0; in do_gsc_sleep() local 184 secs = simple_strtoul(argv[1], NULL, 10); in do_gsc_sleep() 185 printf("GSC Sleeping for %ld seconds\n", secs); in do_gsc_sleep() 188 reg = (secs >> 24) & 0xff; in do_gsc_sleep() 191 reg = (secs >> 16) & 0xff; in do_gsc_sleep() 194 reg = (secs >> 8) & 0xff; in do_gsc_sleep() 197 reg = secs & 0xff; in do_gsc_sleep()
|
/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/grpc-grpc/src/core/lib/gpr/ |
D | time_precise.cc | 63 double secs; in gpr_precise_clock_now() local 65 secs = (double)(counter - start_cycle) / cycles_per_second; in gpr_precise_clock_now() 67 clk->tv_sec = (int64_t)secs; in gpr_precise_clock_now() 68 clk->tv_nsec = (int32_t)(1e9 * (secs - (double)clk->tv_sec)); in gpr_precise_clock_now()
|
/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/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() 59 fBlurSigma = get_anim_sin(timer.secs(), 100, 4, 5); in onAnimate() 60 fCircleRadius = 3 + get_anim_sin(timer.secs(), 150, 25, 3); in onAnimate()
|
/external/skqp/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() 59 fBlurSigma = get_anim_sin(timer.secs(), 100, 4, 5); in onAnimate() 60 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/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/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | Timestamp.java | 86 long secs = floorDiv(epochMilli, MILLIS_PER_SECOND); in fromMillis() local 88 return create(secs, (int) (mos * NANOS_PER_MILLI)); // Safe int * NANOS_PER_MILLI in fromMillis() 186 long secs = TimeUtils.checkedAdd(epochSecond, floorDiv(nanoAdjustment, NANOS_PER_SECOND)); in ofEpochSecond() local 188 return create(secs, nos); in ofEpochSecond()
|
/external/python/cpython3/Lib/test/ |
D | test_time.py | 882 def c_int_filter(secs): argument 883 return (_testcapi.INT_MIN <= secs <= _testcapi.INT_MAX) 885 self.check_int_rounding(lambda secs, rnd: PyTime_FromSeconds(secs), 886 lambda secs: secs * SEC_TO_NS, 899 lambda secs: secs * SEC_TO_NS) 950 def seconds_filter(secs): argument 951 return LONG_MIN <= secs <= LONG_MAX 1000 lambda secs: secs, 1008 def converter(secs): argument 1009 floatpart, intpart = math.modf(secs) [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/ |
D | duration.go | 96 secs := nanos / 1e9 97 nanos -= secs * 1e9 99 Seconds: secs,
|