HomeSort by relevance Sort by last modified time
    Searched defs:samplingProfiler (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 24 import dalvik.system.profiler.SamplingProfiler;
86 private static SamplingProfiler samplingProfiler;
103 if (samplingProfiler != null) {
109 SamplingProfiler.ThreadSet threadSet = SamplingProfiler.newThreadGroupThreadSet(group);
110 samplingProfiler = new SamplingProfiler(samplingProfilerDepth, threadSet);
111 samplingProfiler.start(samplingProfilerMilliseconds);
122 if (samplingProfiler == null)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 477 milliseconds