Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java182 private long mThrottle = 0; field in MonkeyBase
520 if (mThrottle >= 1) { in buildMonkeyCommand()
522 cmdList.add(Long.toString(mThrottle)); in buildMonkeyCommand()
636 return (mPerEventTimeout + mThrottle) * mTargetCount; in getMonkeyTimeoutMs()