Searched refs:align_helper (Results 1 – 1 of 1) sorted by relevance
433 align_helper = self.AlignmentHelper(pid, tid, comm, no_executed, time_sum,444 align_helper.out_in = timespans.max_out_in445 align_helper.inter_at = timespans.max_at446 align_helper.out_out = timespans.max_out_out447 align_helper.in_in = timespans.max_in_in448 align_helper.in_out = timespans.max_in_out449 self._calc_alignments_summary(align_helper)502 def _calc_alignments_summary(self, align_helper): argument507 if len(str(getattr(align_helper, key))) > db["task_info"][key]:508 db["task_info"][key] = len(str(getattr(align_helper, key)))[all …]