public class CpuStats extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
totalUsage |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalUsage() |
CpuStats |
merge(CpuStats cpuStats) |
void |
setTotalUsage(long totalUsage) |
String |
toString() |
public CpuStats()
public CpuStats(long totalUsage)
totalUsage - the sum of the overall CPU usage to set (in ms)Copyright © 2017–2020. All rights reserved.