Deal with the case that the timeline operators lacks part of the communication operator in profiler.

This commit is contained in:
zangqx 2021-09-14 13:04:51 +00:00 committed by Gitee
parent 2fb7249f48
commit 09a0392540
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ class Integrator:
reduce_info = self._sort_reduce_by_time(row_info_dict)
if reduce_info:
reduce_infos.extend(reduce_info)
reduce_infos.sort(key=lambda x: float(x[2]))
return reduce_infos
def _get_info_dict_from_row_data(self, row_info, time_type):