Home
last modified time | relevance | path

Searched refs:getElapsedCpuTime (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java375 mCpuTime = Process.getElapsedCpuTime(); in startTiming()
394 mCpuTime = Process.getElapsedCpuTime() - mCpuTime; in addIteration()
404 mCpuTime = Process.getElapsedCpuTime(); in addIteration()
480 mSnapshotCpuTime = Process.getElapsedCpuTime(); in startPerformanceSnapshot()
490 mSnapshotCpuTime = Process.getElapsedCpuTime() - mSnapshotCpuTime; in endPerformanceSnapshot()
H A DProcess.java716 public static final native long getElapsedCpuTime(); in getElapsedCpuTime() method in Process
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java378 long start = Process.getElapsedCpuTime(); in workForRandomPeriod()
381 while (Process.getElapsedCpuTime() - start < period) { in workForRandomPeriod()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt31753 method public static final long getElapsedCpuTime();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt22184 method public static final long getElapsedCpuTime();