HomeSort by relevance Sort by last modified time
    Searched full:samplingprofiler (Results 1 - 6 of 6) 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.newThreadGroupTheadSet(group);
110 samplingProfiler = new SamplingProfiler(samplingProfilerDepth, threadSet);
111 samplingProfiler.start(samplingProfilerMilliseconds);
122 if (samplingProfiler == null)
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 26 import dalvik.system.profiler.SamplingProfiler.ThreadSet;
48 * Run the SamplingProfiler to gather some data on an actual
52 ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
53 SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 38 * SamplingProfiler}. It samples the current thread's stack to a depth
44 * ThreadSet threadSet = SamplingProfiler.newArrayThreadSet(Thread.currentThread());
45 * SamplingProfiler profiler = new SamplingProfiler(12, threadSet);
57 public final class SamplingProfiler {
73 private final Timer timer = new Timer("SamplingProfiler", true);
155 public SamplingProfiler(int depth, ThreadSet threadSet) {
HprofData.java 381 * SamplingProfiler intentionally does not present a mutable
  /frameworks/base/services/java/com/android/server/
SystemServer.java 542 Slog.i(TAG, "SamplingProfiler Service");
543 ServiceManager.addService("samplingprofiler",
546 reportWtf("starting SamplingProfiler Service", e);
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 56 milliseconds