diff --git a/mindinsight/profiler/README_GPU.md b/mindinsight/profiler/README_GPU.md index 80cc9b9166426d78bb4ee860e137c553d8aa2d06..65a93f95f9a349c47e443d78895225c43efcf173 100644 --- a/mindinsight/profiler/README_GPU.md +++ b/mindinsight/profiler/README_GPU.md @@ -59,7 +59,7 @@ 图2展示了按算子类别进行统计分析的结果,包含以下内容: - 可以选择饼图/柱状图展示各算子类别的时间占比,每个算子类别的执行时间会统计属于该类别的算子执行时间总和以及平均执行时间。 -- 统计前20个占比时间最长的算子类别,展示其时间所占的百分比以及具体的执行时间(us)。 +- 统计前20个平均执行时间最长的算子类别,并展示其总执行时间所占比例。 图2下半部分展示了算子性能统计表,包含以下内容: - 选择全部:按单个算子的统计结果进行排序展示,展示维度包括算子位置(Device/Host)、算子类型、算子执行时间、算子全名等;默认按算子平均执行时间排序。 diff --git a/mindinsight/profiler/images/gpu_op_ui_profiler.png b/mindinsight/profiler/images/gpu_op_ui_profiler.png index 8567c50f8b29c1dcae5219ff085459e260242b36..d1ee2c6b0f6d1d59d33550496083b27bc58aacde 100644 Binary files a/mindinsight/profiler/images/gpu_op_ui_profiler.png and b/mindinsight/profiler/images/gpu_op_ui_profiler.png differ