diff --git a/python/paddle/profiler/profiler_statistic.py b/python/paddle/profiler/profiler_statistic.py index e4d4ff8c183bca9e5399b3cb378aefcd00bb9d67..7465a8e80ff8eca689cce47998ef9ad9dd09fbbf 100755 --- a/python/paddle/profiler/profiler_statistic.py +++ b/python/paddle/profiler/profiler_statistic.py @@ -869,7 +869,7 @@ def _build_table(statistic_data, '{} / - / - / - / {}'.format( format_time( other_gpu_time, unit=time_unit), - format_ratio(float(other_gpu_time) / gpu_total_time)) + format_ratio(float(other_gpu_time) / total_time)) ] all_row_values.append(row_values) # Calculate the column width