This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore-mindinsight
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Recover accidentally deleted method
pull/1312/head
fengxuefeng
4 years ago
parent
762b662fde
commit
176f03ef94
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
mindinsight/ui/src/services/request-service.js
+ 8
- 0
mindinsight/ui/src/services/request-service.js
View File
@@ -480,6 +480,14 @@ export default {
params: params,
});
},
getCpuUtilization(params) {
return axios({
method: 'post',
url: 'v1/mindinsight/profile/minddata-cpu-utilization-summary',
params: params.params,
data: params.body,
});
},
setRecommendWatchPoints(params, sessionId) {
return axios({
method: 'post',
Write
Preview
Loading…
Cancel
Save