Class 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 Detail

      • CPUSummary

        public CPUSummary​(double user,
                          double kernel,
                          double wallClock)
        Parameters:
        user - time
        kernel - time
        wallClock - time
    • Method Detail

      • getUser

        public double getUser()
        Returns:
        user time in seconds.
      • getKernel

        public double getKernel()
        qq
        Returns:
        kernel time in seconds.
      • getWallClock

        public double getWallClock()
        Returns:
        real time in seconds.
      • toString

        public String toString()
        Overrides:
        toString in class Object
        Returns:
        string representation of the data.