Class ElapsedTime


public class ElapsedTime extends ZUtils
  • Constructor Details

    • ElapsedTime

      public ElapsedTime(String name)
      Parameters:
      name -
  • Method Details

    • start

      public void start()
      Start
    • end

      public void end()
      Stop
    • getStart

      public long getStart()
      Returns:
      the start
    • getEnd

      public long getEnd()
      Returns:
      the end
    • getElapsedTime

      public long getElapsedTime()
    • endDisplay

      public void endDisplay()