HomeSort by relevance Sort by last modified time
    Searched refs:elapsed (Results 201 - 225 of 394) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/
trace.cc 666 // Compute elapsed time.
667 uint64_t elapsed = MicroTime() - start_time_; local
683 os << StringPrintf("elapsed-time-usec=%" PRIu64 "\n", elapsed);
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 213 long elapsed = System.nanoTime() - start; local
223 elapsed / 1000000000f);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
  /external/skia/dm/
DM.cpp 173 SkString elapsed = HumanizeMs(SkTime::GetMSecs() - kStartMs); local
176 info("\n%s elapsed, %d active, %d queued, %dMB RAM, %dMB peak\n",
177 elapsed.c_str(), gRunning.count(), gPending - gRunning.count(), curr, peak);
    [all...]
  /external/v8/src/inspector/
v8-console.cc 431 double elapsed = client->currentTimeMS() - local
434 protocolTitle + ": " + String16::fromDouble(elapsed, 3) + "ms";
    [all...]
  /prebuilts/go/darwin-x86/src/net/
tcpsock.go 129 // some operating systems after sec seconds have elapsed any remaining
  /prebuilts/go/linux-x86/src/net/
tcpsock.go 129 // some operating systems after sec seconds have elapsed any remaining
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
jdeferred-core-1.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
jdeferred-core-1.2.3.jar 
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp     [all...]
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 96 // ResetTimer zeros the elapsed benchmark time and memory allocation counters.
testing.go 580 // in the test duration. Record the elapsed time thus far and reset the
    [all...]
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 96 // ResetTimer zeros the elapsed benchmark time and memory allocation counters.
testing.go 580 // in the test duration. Record the elapsed time thus far and reset the
    [all...]
  /external/blktrace/doc/
blktrace.tex 611 \emph{u} & Elapsed value in microseconds (\emph{-t} command line option) \\ \hline
692 was specified, then the elapsed time is presented. In either case,
703 specified, then the elapsed time is presented (in parenthesis). In
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 389 // mCpuUsage.elapsed() is expensive, so don't call it every loop
391 long long elapsed = mCpuUsage.elapsed(); local
392 if (elapsed >= DEBUG_CPU_USAGE * 1000000000LL) {
393 double perLoop = elapsed / (double) n;
413 elapsed * .000000001, n, perLoop * .000001,
    [all...]
  /external/bison/
maint.mk 182 # Compute and print the elapsed time for each syntax-check rule.
193 # that computes and prints elapsed time.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-swf-libraries/1.11.18/
aws-java-sdk-swf-libraries-1.11.18.jar 
  /external/curl/lib/
url.c 3145 long elapsed = Curl_tvdiff(now, data->state.conn_cache->last_cleanup); local
    [all...]