Home
last modified time | relevance | path

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

/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py228 progress_history = []
241 if (len(progress_history) == 0 or
242 (progress_history[-1]._ram._iterations <
244 progress_history.append(progress)
249 if progress_history[-1] != progress:
250 progress_history.append(progress)
262 return [progress_history, src_qemu_time, src_vcpu_time]
465 progress_history = ret[0]
483 return Report(hardware, scenario, progress_history,
H A Dreport.py32 progress_history, argument
45 self._progress_history = progress_history