Browse Source

!1178 Ui add cpu analyser of profiler module

From: @feng_xue_feng
Reviewed-by: 
Signed-off-by:
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
3274946b40
5 changed files with 1553 additions and 2866 deletions
  1. +1179
    -0
      mindinsight/ui/src/components/operator-unit.vue
  2. +2
    -2
      mindinsight/ui/src/mixins/debugger-mixin.vue
  3. +209
    -1272
      mindinsight/ui/src/views/profiling-gpu/operator.vue
  4. +161
    -1590
      mindinsight/ui/src/views/profiling/operator.vue
  5. +2
    -2
      mindinsight/ui/src/views/train-manage/graph.vue

+ 1179
- 0
mindinsight/ui/src/components/operator-unit.vue
File diff suppressed because it is too large
View File


+ 2
- 2
mindinsight/ui/src/mixins/debugger-mixin.vue View File

@@ -1546,8 +1546,8 @@ export default {
},
/**
* Tree linkage with graph Expand of current node
* @param {Obeject} nodes Data of children of current node
* @param {Obeject} name The name of the current node
* @param {Object} nodes Data of children of current node
* @param {Object} name The name of the current node
*/
nodeExpandLinkage(nodes, name) {
if (nodes.length > this.nodesCountLimit) {


+ 209
- 1272
mindinsight/ui/src/views/profiling-gpu/operator.vue
File diff suppressed because it is too large
View File


+ 161
- 1590
mindinsight/ui/src/views/profiling/operator.vue
File diff suppressed because it is too large
View File


+ 2
- 2
mindinsight/ui/src/views/train-manage/graph.vue View File

@@ -648,8 +648,8 @@ export default {
methods: {
/**
* Tree linkage with graph Expand of current node
* @param {Obeject} nodes Data of children of current node
* @param {Obeject} name The name of the current node
* @param {Object} nodes Data of children of current node
* @param {Object} name The name of the current node
*/
nodeExpandLinkage(nodes, name) {
const curNodeData = nodes.map((val) => {


Loading…
Cancel
Save