Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 18, 2023
1 parent ef354c1 commit 011858e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpu/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func getAllBusy(t TimesStat) (float64, float64) {
}

func calculateBusy(t1, t2 TimesStat) float64 {
fmt.Println(t1)
t1All, t1Busy := getAllBusy(t1)
t2All, t2Busy := getAllBusy(t2)

Expand Down

0 comments on commit 011858e

Please sign in to comment.