-
- All Implemented Interfaces:
public class TimeMeasureHelperUtility to measure time elapsed of code execution through several classes
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtagpublic final static TimeMeasureHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitstartMeasure(String message)Reset the time counter to begin the measuring final UnitprintStep(String message)Logs the time elapsed between last step and this step, the time since beginning of measuring, and the specified message. final StringgetTag()
-