Lines Matching full:interval
18 times. By default, interval between measurements is adjusted in such a way that
24 Repeat measurements 10 times. Interval between iterations is adjusted based on
29 Repeat measurements 20 times. 60 seconds interval is taken between each
32 $ ./perfboot.py --iterations=20 --interval=60
76 """A helper class to take suffficient interval between iterations."""
78 # CPU temperature values per product used to decide interval
85 # The interval between CPU temperature checks
91 def __init__(self, interval, device):
92 self._interval = interval
400 parser.add_argument('--interval', type=int,
451 interval_adjuster = IntervalAdjuster(args.interval, device)