Searched refs:mSamplingInterval (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | LooperStats.java | 52 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/ |
D | LooperStatsTest.java | 525 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/ |
D | ActivityManagerShellCommand.java | 140 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,
|