java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.impl.GenericTimer

public abstract class GenericTimer extends Object
geneic class for call time measurements
  • Constructor Details

    • GenericTimer

      protected GenericTimer()
      Default Constructor, will initiate the measurement.
  • Method Details

    • getLogger

      protected abstract org.apache.log4j.Logger getLogger()
    • stop

      public void stop()
      Stops the measurement and logs the result.
    • logTime

      protected void logTime()
    • getMeasuredDomainName

      protected abstract String getMeasuredDomainName()
      Returns:
      name of the framework/domain for which the class are measured
    • start

      public void start(String step)
      Will re-initiate the measurement.
      Parameters:
      step - name of the configuration engine call, will be logged together with the result.