Class GenericTimer
java.lang.Object
de.hybris.platform.sap.productconfig.runtime.interf.impl.GenericTimer
geneic class for call time measurements
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault Constructor, will initiate the measurement. -
Method Summary
-
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
- Returns:
- name of the framework/domain for which the class are measured
-
start
Will re-initiate the measurement.- Parameters:
step- name of the configuration engine call, will be logged together with the result.
-