Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java52 private int mSamplingInterval; field in LooperStats
61 this.mSamplingInterval = samplingInterval; in LooperStats()
168 exportedEntries.add(createDebugEntry("sampling_interval", mSamplingInterval)); in getEntries()
221 mSamplingInterval = samplingInterval; in setSamplingInterval()
279 return ThreadLocalRandom.current().nextInt() % mSamplingInterval == 0; in shouldCollectDetailedData()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DLooperStatsTest.java525 private int mSamplingInterval; field in LooperStatsTest.TestableLooperStats
533 mSamplingInterval = samplingInterval; in TestableLooperStats()
570 return mCount++ % mSamplingInterval == 0; in shouldCollectDetailedData()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java140 private int mSamplingInterval; field in ActivityManagerShellCommand
306 mSamplingInterval = 0; in makeIntent()
333 mSamplingInterval = Integer.parseInt(getNextArgRequired()); in makeIntent()
468 profilerInfo = new ProfilerInfo(mProfileFile, fd, mSamplingInterval, mAutoStop,
794 mSamplingInterval = 0;
812 mSamplingInterval = Integer.parseInt(getNextArgRequired());
855 profilerInfo = new ProfilerInfo(profileFile, fd, mSamplingInterval, false, mStreaming,