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

public class CPSTimer extends de.hybris.platform.sap.productconfig.runtime.interf.impl.GenericTimer
Helper class to enable to simple performance measurements of configuration and pricing engine service calls. It will simple trace the duration of every service call and log it with DEBUG severity.
Set the LogLevel for this class to debug to enable the measurement.
  • Constructor Details

    • CPSTimer

      public CPSTimer()
  • Method Details

    • getLogger

      protected org.apache.log4j.Logger getLogger()
      Specified by:
      getLogger in class de.hybris.platform.sap.productconfig.runtime.interf.impl.GenericTimer
    • getMeasuredDomainName

      protected String getMeasuredDomainName()
      Specified by:
      getMeasuredDomainName in class de.hybris.platform.sap.productconfig.runtime.interf.impl.GenericTimer