Home
last modified time | relevance | path

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

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