- java.lang.Object
-
- com.microsoft.gctoolkit.event.CPUSummary
-
public class CPUSummary extends Object
Breakout of the CPU summary to contain gc thread time in the kernel total time for all threads executing GC code wall clock time or pause time of GC cycle.
-
-
Constructor Summary
Constructors Constructor Description CPUSummary(double user, double kernel, double wallClock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetKernel()qqdoublegetUser()doublegetWallClock()StringtoString()
-