def get_total_duration(self): durations = [run._get_duration() for run in self._runs] return math.fsum(durations)