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