Searched defs:samplingProfilerMilliseconds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java49 private static final int samplingProfilerMilliseconds; field in class:SamplingProfilerIntegration
56 samplingProfilerMilliseconds = SystemProperties.getInt("persist.sys.profiler_ms", 0);
58 if (samplingProfilerMilliseconds > 0) {
73 + samplingProfilerMilliseconds);
111 samplingProfiler.start(samplingProfilerMilliseconds);
198 samplingProfiler.start(samplingProfilerMilliseconds);

Completed in 127 milliseconds