Searched refs:elapsed (Results 76 - 100 of 113) sorted by relevance

12345

/macosx-10.9.5/ruby-104/ruby/lib/
H A Drubygems.rb872 elapsed = Time.now - now
874 ui.say "%2$*1$s: %3$3.3fs" % [-width, msg, elapsed] if display
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dplaylist.tcl206 set pos [expr int([s cget -rate] * [snack::audio elapsed])]
H A Dsnamp.tcl201 set pos [expr int([s cget -rate] * [snack::audio elapsed])]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_consume.c2536 hrtime_t elapsed = 0ULL; local
2542 elapsed = now - dtp->dt_lastswitch;
2546 while (elapsed < interval) {
2547 //interval and elapsed are in nanoseconds, usleep measures in microseconds hence the /1000
2548 usleep((interval-elapsed)/1000); //artificial delay to slow things down to the original speed
2550 elapsed = now - dtp->dt_lastswitch;
2555 if (elapsed < interval) {
2557 dt_dprintf("RRRRR collect: It's not time to collect yet...%lld < %lld returning\n",elapsed, interval);
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardWin.mm818 double elapsed = endTime.tv_sec-startTime.tv_sec
821 elapsed, elapsed*10.0);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32proc.c1339 DWORD elapsed = GetTickCount () - start_time; local
1341 if (timeout_ms > elapsed) /* INFINITE is MAX_UINT */
1344 timeout_ms -= elapsed;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dparallel.tcl255 set elapsed [expr $now - $starttime]
257 [expr $elapsed / 3600] [expr ($elapsed % 3600) / 60]]"
H A Dtestutils.tcl9 # Timestamp -- print time along with elapsed time since last invocation
20 # else wallclock plus elapsed time.
39 set elapsed [expr $now - $start]
53 [expr $elapsed / 3600] \
54 [expr ($elapsed % 3600) / 60] \
55 [expr ($elapsed % 3600) % 60]
651 set elapsed 0
658 incr elapsed $delay
662 if { $elapsed > [expr {$max / 10}] } {
672 incr elapsed
[all...]
H A Dtest.tcl2153 set elapsed [eval run_timed_once $timedtest $args]
2154 lappend e $elapsed
2155 set sum [expr $sum + $elapsed]
2156 puts "Test $timedtest run $i completed: $elapsed seconds"
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebview.cpp230 const ulong elapsed = event->timestamp() - m_time; local
232 if (!elapsed)
236 return QVector2D(1000 * movementLine.dx() / elapsed, 1000 * movementLine.dy() / elapsed);
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A DDHCPv6Client.c494 uint32_t elapsed; local
496 /* elapsed time is in 1/100ths of a second */
497 elapsed = (timer_get_current_time() - client->start_time) * 100;
499 if (elapsed > MAX_ELAPSED) {
503 elapsed_time = htons(elapsed);
1450 /* reduce the time left by the amount that's elapsed already */
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl1673 # Gets the elapsed time for file transfer
1682 set elapsed [expr {$stop_time - $ftp(Start_Time)}]
1683 if { $elapsed == 0 } {
1684 set elapsed 1
1686 set persec [expr {$ftp(Total) / $elapsed}]
1688 DisplayMsg $s "$ftp(Total) bytes sent in $elapsed seconds ($persec Bytes/s)"
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/
H A Dgtest.h113 // This flags control whether Google Test prints the elapsed time for each
535 // Returns the elapsed time, in milliseconds.
567 // Sets the elapsed time.
568 void set_elapsed_time(TimeInMillis elapsed) { elapsed_time_ = elapsed; } argument
607 // The elapsed time, in milliseconds.
796 // Returns the elapsed time, in milliseconds.
1155 // Gets the elapsed time, in milliseconds.
/macosx-10.9.5/libauto-185.5/
H A DZone.cpp1892 uint64_t elapsed = idle_timer.elapsed_microseconds(); local
1893 if (elapsed > 10 * USEC_PER_SEC) {
1901 collect = elapsed > target_idle_time;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/trace.tproj/
H A Dtrace.c672 uint64_t elapsed = 0; local
692 elapsed = now - evp->ev_timestamp;
698 return (elapsed);
890 printf("wrote %d events - elapsed time = %.1f secs\n",
/macosx-10.9.5/system_cmds-597.90.1/trace.tproj/
H A Dtrace.c672 uint64_t elapsed = 0; local
692 elapsed = now - evp->ev_timestamp;
698 return (elapsed);
890 printf("wrote %d events - elapsed time = %.1f secs\n",
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl787 set elapsed [expr {$stop_time - $start_time}]
788 if { $elapsed == 0 } { set elapsed 1}
790 ftp::DisplayMsg "" "=> $loops iterations takes $elapsed seconds"
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGSVGElement.cpp543 return narrowPrecisionToFloat(m_timeContainer->elapsed().value());
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.cpp412 double elapsed = WTF::currentTime() - time; local
413 Platform::logAlways(Platform::LogLevelCritical, "BackingStorePrivate::slowScroll elapsed=%f", elapsed);
435 double elapsed = WTF::currentTime() - time; local
436 Platform::logAlways(Platform::LogLevelCritical, "BackingStorePrivate::scroll dx=%d, dy=%d elapsed=%f", delta.width(), delta.height(), elapsed);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb369 elapsed = Tk::Clock.clicks(:miliseconds) - now
370 delay = @speed[@S['speed'].to_i] - elapsed
1778 elapsed = Tk::Clock.clicks(:miliseconds) - @XY['25']
1779 return 1 if elapsed < 5000
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb371 elapsed = Tk::Clock.clicks(:miliseconds) - now
372 delay = @speed[@S['speed'].to_i] - elapsed
1782 elapsed = Tk::Clock.clicks(:miliseconds) - @XY['25']
1783 return 1 if elapsed < 5000
/macosx-10.9.5/system_cmds-597.90.1/latency.tproj/
H A Dlatency.c1606 uint64_t elapsed = 0; local
1625 elapsed = now - evp->ev_timestamp;
1629 elapsed = 0;
1635 return elapsed;
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/latency.tproj/
H A Dlatency.c1606 uint64_t elapsed = 0; local
1625 elapsed = now - evp->ev_timestamp;
1629 elapsed = 0;
1635 return elapsed;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm539 %r Number of milliseconds elapsed from program start to logging
541 %R Number of milliseconds elapsed from last logging event to
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionHandler.cpp1181 m_timer.elapsed());
1259 m_timer.elapsed());

Completed in 730 milliseconds

12345