Class PerformanceTimer

Object
com.liferay.portal.kernel.test.performance.PerformanceTimer
All Implemented Interfaces:
Closeable, AutoCloseable

public class PerformanceTimer extends Object implements Closeable
Author:
David Truong
  • Field Details

    • maxTime

      protected final long maxTime
    • name

      protected final String name
    • startTime

      protected final long startTime
  • Constructor Details

    • PerformanceTimer

      public PerformanceTimer(Class<?> clazz, long maxTime, String name)
    • PerformanceTimer

      public PerformanceTimer(Class<?> clazz, Path logFilePath, long maxTime, String name)
    • PerformanceTimer

      public PerformanceTimer(long maxTime)
    • PerformanceTimer

      public PerformanceTimer(long maxTime, String name)
    • PerformanceTimer

      public PerformanceTimer(Path logFilePath, long maxTime)
    • PerformanceTimer

      public PerformanceTimer(Path logFilePath, long maxTime, String name)
    • PerformanceTimer

      protected PerformanceTimer(Path logFilePath, long maxTime, String name, long startTime)
  • Method Details