Home
last modified time | relevance | path

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

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