diff --git a/mindinsight/ui/src/router.js b/mindinsight/ui/src/router.js index e8feee76..c5c48e5b 100644 --- a/mindinsight/ui/src/router.js +++ b/mindinsight/ui/src/router.js @@ -119,6 +119,10 @@ export default new Router({ path: 'operator', component: () => import('./views/profiling-gpu/operator.vue'), }, + { + path: 'step-trace', + component: () => import('./views/profiling/step-trace.vue'), + }, ], }, { diff --git a/mindinsight/ui/src/views/profiling-gpu/profiling-dashboard.vue b/mindinsight/ui/src/views/profiling-gpu/profiling-dashboard.vue index 253e1fc4..5b38207a 100644 --- a/mindinsight/ui/src/views/profiling-gpu/profiling-dashboard.vue +++ b/mindinsight/ui/src/views/profiling-gpu/profiling-dashboard.vue @@ -16,19 +16,91 @@ limitations under the License.