Home
last modified time | relevance | path

Searched refs:secs (Results 1 – 25 of 120) sorted by relevance

12345

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-gc.txt1 [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 …]
Djdk7-gc.txt1 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/
DPERFORMANCE.README35 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 …]
DREADME-2.136 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/mdnsresponder/mDNSPosix/
Dparselog.py98 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/
Dls.c56 static const char *interval_string(unsigned int secs) in interval_string() argument
63 if (secs == 0) in interval_string()
66 if (secs >= MONTH_INT) { in interval_string()
67 num = secs / MONTH_INT; in interval_string()
68 secs -= num*MONTH_INT; in interval_string()
71 if (secs >= WEEK_INT) { in interval_string()
72 num = secs / WEEK_INT; in interval_string()
73 secs -= num*WEEK_INT; in interval_string()
78 if (secs >= DAY_INT) { in interval_string()
79 num = secs / DAY_INT; in interval_string()
[all …]
/external/skia/samplecode/
DSampleAnimBlur.cpp15 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()
63 fBlurSigma = get_anim_sin(timer.secs(), 100, 4, 5); in onAnimate()
64 fCircleRadius = 3 + get_anim_sin(timer.secs(), 150, 25, 3); in onAnimate()
/external/libunwind/tests/
Dforker.c37 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/tcpdump/
Dutil.c264 int secs) in relts_print() argument
271 if (secs == 0) { in relts_print()
275 if (secs < 0) { in relts_print()
277 secs = -secs; in relts_print()
279 while (secs > 0) { in relts_print()
280 if (secs >= *s) { in relts_print()
281 ND_PRINT((ndo, "%d%s", secs / *s, *l)); in relts_print()
282 secs -= (secs / *s) * *s; in relts_print()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.cpp133 __proc(s, x.secs); in proc()
163 auto it = std::find_if(secs.begin(), secs.end(), [&](const section &x) { in sec()
167 if (it == secs.end()) in sec()
/external/clang/utils/
DFindSpecRefs683 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/icu/icu4c/source/data/unit/
Drm.txt67 one{"{0} secs."}
68 other{"{0} secs."}
100 other{"{0} secs."}
/external/e2fsprogs/debugfs/
Dlsdel.c84 long secs = 0; in do_lsdel() local
94 secs = strtol(argv[1],&tmp,0); in do_lsdel()
135 (secs && ((unsigned) abs(now - secs) > inode.i_dtime))) in do_lsdel()
/external/curl/tests/libtest/
Dtesttrace.c94 time_t secs; in libtest_debug_cb() local
107 secs = epoch_offset + tv.tv_sec; in libtest_debug_cb()
108 now = localtime(&secs); /* not thread safe but we don't care */ in libtest_debug_cb()
/external/tcpdump/tests/
DQinQpacketv.out16 …55.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a090, secs 4, Flags [none]
30 …5.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a090, secs 12, Flags [none]
43 …5.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a090, secs 28, Flags [none]
69 …55.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a090, secs 4, Flags [none]
82 …5.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a090, secs 11, Flags [none]
95 …5.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a090, secs 27, Flags [none]
126 …55.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a015, secs 3, Flags [none]
140 …5.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a015, secs 10, Flags [none]
153 …5.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 298, xid 0x9696a015, secs 26, Flags [none]
179 …55.67: BOOTP/DHCP, Request from 00:08:5d:23:0c:3f, length 548, xid 0x9696a015, secs 3, Flags [none]
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DDateTimeRule.java300 int secs = time % 60; in toString() local
316 buf.append(secs/10); in toString()
317 buf.append(secs%10); in toString()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DDateTimeRule.java265 int secs = time % 60; in toString() local
281 buf.append(secs/10); in toString()
282 buf.append(secs%10); in toString()
/external/sonivox/arm-wt-22k/lib_src/
Deas_imaadpcm.c285 EAS_I32 secs, msecs; in IMADecoderLocate() local
306 secs = time / 1000; in IMADecoderLocate()
307 msecs = time - (secs * 1000); in IMADecoderLocate()
314 temp += secs * pState->sampleRate; in IMADecoderLocate()
/external/libchrome/base/third_party/nspr/
Dprtime.cc89 static void localtime_r(const time_t* secs, struct tm* time) { in localtime_r() argument
90 (void) localtime_s(time, secs); in localtime_r()
1172 time_t secs; in PR_ParseTimeString() local
1225 secs = (time_t) -1; in PR_ParseTimeString()
1227 secs = mktime(&localTime); in PR_ParseTimeString()
1230 secs = mktime(&localTime); in PR_ParseTimeString()
1232 if (secs != (time_t) -1) in PR_ParseTimeString()
1234 *result_imploded = (PRInt64)secs * PR_USEC_PER_SEC; in PR_ParseTimeString()
1243 secs = 86400; in PR_ParseTimeString()
1244 localtime_r(&secs, &localTime); in PR_ParseTimeString()
/external/libchrome/base/time/
Dtime.h112 static TimeDelta FromSeconds(int64_t secs);
114 static TimeDelta FromSecondsD(double secs);
602 inline TimeDelta TimeDelta::FromSeconds(int64_t secs) { in FromSeconds() argument
603 return TimeDelta(secs) * Time::kMicrosecondsPerSecond; in FromSeconds()
612 inline TimeDelta TimeDelta::FromSecondsD(double secs) { in FromSecondsD() argument
613 return FromDouble(secs * Time::kMicrosecondsPerSecond); in FromSecondsD()
/external/libweave/third_party/chromium/base/time/
Dtime.h112 static TimeDelta FromSeconds(int64_t secs);
114 static TimeDelta FromSecondsD(double secs);
576 inline TimeDelta TimeDelta::FromSeconds(int64_t secs) { in FromSeconds() argument
577 return TimeDelta(secs) * Time::kMicrosecondsPerSecond; in FromSeconds()
586 inline TimeDelta TimeDelta::FromSecondsD(double secs) { in FromSecondsD() argument
587 return FromDouble(secs * Time::kMicrosecondsPerSecond); in FromSecondsD()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DHashedSession.java78 public void setMaxInactiveInterval(int secs) in setMaxInactiveInterval() argument
80 super.setMaxInactiveInterval(secs); in setMaxInactiveInterval()
82 _hashSessionManager.setScavengePeriod((secs+9)/10); in setMaxInactiveInterval()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dutil.py169 secs = td.seconds + td.days * 24 * 3600
171 secs += 1
172 return secs
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch114 +int async_event(int pipe, time_t now, struct event_desc* event, unsigned int secs)
121 + if (read_timeout(pipe, (unsigned char *)&ev, sizeof(ev), now, secs) > 0)
178 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs);
230 +int read_timeout(int fd, unsigned char *packet, int size, time_t now, int secs)
235 + expire = now + secs;
240 + if (secs > 0) alarm(secs);
254 + if (secs == 0 || (secs > 0 && dnsmasq_time() < expire))
258 + my_syslog(LOG_INFO, _("error in read (timeout %d, errno %d)"), secs, errno);
/external/skia/gm/
DSkAnimTimer.h87 double secs() const { in secs() function
97 double value = this->secs() * speed;

12345