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-06-29 23:24:33 +08:00
parent 769fa702f3
commit 1f32eeea40
7 changed files with 332 additions and 353 deletions

View File

@@ -40,8 +40,8 @@ type Task struct {
}
type UtilGPUTimeSeries struct {
Time int `json:"time"`
Util int `json:"util"`
Time int64 `json:"time"`
Util int `json:"util"`
}
type OptimizerJobExecutionTime struct {