Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DStopWatch.cpp40 nsecs_t elapsed = elapsedTime(); in ~StopWatch() local
42 LOGD("StopWatch %s (us): %lld ", mName, ns2us(elapsed)); in ~StopWatch()
57 nsecs_t elapsed = elapsedTime(); in lap() local
59 elapsed = 0; in lap()
62 mLaps[n].soFar = elapsed; in lap()
63 mLaps[n].thisLap = n ? (elapsed - mLaps[n-1].soFar) : elapsed; in lap()
66 return elapsed; in lap()
/frameworks/base/libs/cpustats/
DThreadCpuUsage.cpp106 long long ThreadCpuUsage::elapsed() const in elapsed() function in ThreadCpuUsage
108 long long elapsed; in elapsed() local
115 elapsed = 0; in elapsed()
118 elapsed = (ts.tv_sec - mMonotonicTs.tv_sec) * 1000000000LL + in elapsed()
123 elapsed = 0; in elapsed()
125 return elapsed; in elapsed()
/frameworks/base/sax/tests/saxtests/src/android/sax/
DExpatPerformanceTest.java78 long elapsed = System.currentTimeMillis() - start; in runSax() local
79 Log.i(TAG, "expat SAX: " + elapsed + "ms"); in runSax()
87 long elapsed = System.currentTimeMillis() - start; in runExpatPullParser() local
88 Log.i(TAG, "expat pull: " + elapsed + "ms"); in runExpatPullParser()
98 long elapsed = System.currentTimeMillis() - start; in runJavaPullParser() local
99 Log.i(TAG, "java pull parser: " + elapsed + "ms"); in runJavaPullParser()
DSafeSaxTest.java176 long elapsed = System.currentTimeMillis() - start; in pureSaxTest() local
177 Log.i(TAG, "pure SAX: " + elapsed + "ms"); in pureSaxTest()
184 long elapsed = System.currentTimeMillis() - start; in saxyModelTest() local
185 Log.i(TAG, "Saxy Model: " + elapsed + "ms"); in saxyModelTest()
192 long elapsed = System.currentTimeMillis() - start; in saxyModelTest() local
193 Log.i(TAG, "Saxy Model (preloaded): " + elapsed + "ms"); in saxyModelTest()
/frameworks/base/core/tests/coretests/src/android/os/
DTraceTest.java49 long elapsed = end - start; in testNativeTracingFromJava() local
50 Log.i(TAG, "elapsed millis: " + elapsed); in testNativeTracingFromJava()
63 long elapsed = end - start; in disableTestNativeTracingFromC() local
64 Log.i(TAG, "elapsed millis: " + elapsed); in disableTestNativeTracingFromC()
78 long elapsed = end - start; in testMethodTracing() local
79 Log.i(TAG, "elapsed millis: " + elapsed); in testMethodTracing()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DReliabilityTest.java80 long start, elapsed; in runReliabilityTest() local
107 elapsed = System.currentTimeMillis() - start; in runReliabilityTest()
108 if(elapsed < 1000) { in runReliabilityTest()
109 Log.w(LOGTAG, "Page load finished in " + elapsed in runReliabilityTest()
112 Log.v(LOGTAG, "Page load finished in " + elapsed + "ms"); in runReliabilityTest()
/frameworks/base/tools/preload/loadclass/
DLoadClass.java40 long elapsed = System.currentTimeMillis() - start; in main() local
41 Log.i("LoadClass", "Loaded " + args[0] + " in " + elapsed in main()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/
DRecurrenceProcessorTest.java2484 long elapsed = endTime - startTime; in performanceTextExpand() local
2485 Log.i(TAG, "testPerformanceExpand() expand() elapsed millis: " + elapsed); in performanceTextExpand()
2508 long elapsed = endTime - startTime; in performanceTestNormalize() local
2510 Log.i(TAG, "testPerformanceNormalize() normalize() elapsed millis: " + elapsed); in performanceTestNormalize()
2525 elapsed = endTime - startTime; in performanceTestNormalize()
2527 Log.i(TAG, "testPerformanceNormalize() unsafeNormalize() elapsed millis: " + elapsed); in performanceTestNormalize()
/frameworks/base/cmds/dumpstate/
Dutils.c178 float elapsed = (float) (clock() - start) / CLOCKS_PER_SEC; in run_command() local
185 if (title) printf("[%s: %.1fs elapsed]\n\n", command, elapsed); in run_command()
189 if (timeout_seconds && elapsed > timeout_seconds) { in run_command()
190 printf("*** %s: Timed out after %.1fs (killing pid %d)\n", command, elapsed, pid); in run_command()
/frameworks/base/include/cpustats/
DThreadCpuUsage.h92 long long elapsed() const;
/frameworks/base/core/java/com/android/internal/os/
DSamplingProfilerIntegration.java196 long elapsed = System.currentTimeMillis() - start; in writeSnapshotFile() local
197 Log.i(TAG, "Wrote snapshot " + path + " in " + elapsed + "ms."); in writeSnapshotFile()
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd75 function of the animation's current elapsed time.</li>
133 …hole animation, the {@link android.animation.ValueAnimator} calculates an <em>elapsed fraction</em>
134 between 0 and 1, based on the duration of the animation and how much time has elapsed. The
135 elapsed fraction represents the percentage of time that the animation has completed, 0 meaning 0%
136 and 1 meaning 100%. For example, in Figure 1, the elapsed fraction at t = 10 ms would be .25
139 <p>When the {@link android.animation.ValueAnimator} is done calculating an elapsed fraction, it
141 <em>interpolated fraction</em>. An interpolated fraction maps the elapsed fraction to a new
144 elapsed fraction, .25, at t = 10 ms. In Figure 1, the interpolated fraction is always the same as
145 the elapsed fraction.</p>
664 android.animation.ObjectAnimator}) runs, it calculates a current elapsed fraction of the
[all …]
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags52 203002 google_http_request (elapsed|2|3),(status|1),(appname|3),(reused|1)
/frameworks/base/libs/rs/scriptc/
Drs_time.rsh28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
/frameworks/base/docs/html/guide/developing/debugging/
Ddebugging-tracing.jd321 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,
324 <li><code>&lt;exc-ms&gt;</code> -- Exclusive elapsed time (milliseconds spent in method,
/frameworks/base/core/java/android/net/dhcp/
DDhcpPacket.java634 short elapsed = packet.getShort(); in decodeFullPacket() local
/frameworks/base/opengl/libagl2/src/
Degl.cpp1941 float elapsed = (float)(time - c->lastSwapTime) / CLOCKS_PER_SEC; in eglSwapBuffers() local
1942 c->accumulateSeconds += elapsed; in eglSwapBuffers()
/frameworks/base/core/java/android/webkit/
DWebView.java6970 int elapsed = (int) (mTrackballLastTime - mTrackballFirstTime); in doTrackball() local
6971 if (elapsed == 0) { in doTrackball()
6972 elapsed = TRACKBALL_TIMEOUT; in doTrackball()
6974 float xRate = mTrackballRemainsX * 1000 / elapsed; in doTrackball()
6975 float yRate = mTrackballRemainsY * 1000 / elapsed; in doTrackball()
6997 Log.v(LOGTAG, "doTrackball elapsed=" + elapsed in doTrackball()
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd181 users to update their passwords after a specified amount of time has elapsed.
678 to update their passwords after a specified amount of time has elapsed. </p>
/frameworks/base/services/audioflinger/
DAudioFlinger.cpp1864 long long elapsed = cpu.elapsed(); in threadLoop() local
1865 if (elapsed >= DEBUG_CPU_USAGE * 1000000000LL) { in threadLoop()
1866 double perLoop = elapsed / (double) n; in threadLoop()
1874 elapsed * .000000001, n, perLoop * .000001, in threadLoop()
/frameworks/base/docs/html/guide/developing/testing/
Dtesting_eclipse.jd485 Total time elapsed for the test package (labeled Finished after <em>x</em> seconds).
/frameworks/base/docs/html/sdk/
Dandroid-3.1.jd536 lets you get the current animation fraction &mdash; the elapsed/interpolated
Dandroid-4.0.jd417 numerical information such as elapsed time, and text information such as the track title. For
/frameworks/base/docs/html/resources/tutorials/testing/
Dactivity_test.jd991 … Total time elapsed for the test application(labeled <em>Finished after &lt;x&gt; seconds</em>).
/frameworks/base/docs/html/guide/publishing/
Dlicensing.jd2267 time has elapsed since an update was published with new licensing keys before