Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DSamplingProfilerIntegration.java50 private static final int samplingProfilerDepth; field in SamplingProfilerIntegration
57 samplingProfilerDepth = SystemProperties.getInt("persist.sys.profiler_depth", 4);
110 samplingProfiler = new SamplingProfiler(samplingProfilerDepth, threadSet); in start()