Searched refs:samplingProfiler (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java86 private static SamplingProfiler samplingProfiler; field in class:SamplingProfilerIntegration
103 if (samplingProfiler != null) {
110 samplingProfiler = new SamplingProfiler(samplingProfilerDepth, threadSet);
111 samplingProfiler.start(samplingProfilerMilliseconds);
122 if (samplingProfiler == null) {
154 samplingProfiler.shutdown();
155 samplingProfiler = null;
166 samplingProfiler.stop();
185 BinaryHprofWriter.write(samplingProfiler.getHprofData(), outputStream);
198 samplingProfiler
[all...]

Completed in 68 milliseconds