1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-07-02 16:58:44 +08:00
parent a66e882e08
commit cc6f358699
6 changed files with 130 additions and 44 deletions

View File

@@ -46,11 +46,11 @@ type UtilGPUTimeSeries struct {
}
type OptimizerJobExecutionTime struct {
Pre int `json:"pre"`
Post int `json:"post"`
Total int `json:"total"`
Main int `json:"main"`
Version int `json:"version"`
Pre int `json:"pre"`
Post int `json:"post"`
Total int `json:"total"`
Main int `json:"main"`
Version int64 `json:"version"`
}
type OptimizerUtilGPU struct {