HomeSort by relevance Sort by last modified time
    Searched refs:_loop_count (Results 1 - 2 of 2) sorted by null

  /external/autotest/server/site_tests/hardware_StorageStress/
hardware_StorageStress.py 90 self._loop_count = 0
99 self._loop_count += 1
112 if self._loop_count > 0:
113 avr_time_per_loop = all_loop_time / self._loop_count
115 logging.info(str('check data count: %d' % self._loop_count))
118 self.write_perf_keyval({'loop_count':self._loop_count})
145 tag='%s_%d' % ('write_data', self._loop_count),
152 logging.info(str('_verify_data #%d' % self._loop_count))
155 tag='%s_%d' % ('verify_data', self._loop_count),
164 logging.info(str('_full_disk_write #%d' % self._loop_count))
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 76 self._loop_count = loop_count
279 for i in range(self._loop_count):
406 if self._loop_count > 1:

Completed in 4603 milliseconds