Package oracle.iam.oimcommon.vo
Class MTSRMStopWatches
java.lang.Object
oracle.iam.oimcommon.vo.MTSRMStopWatches
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Construct formatted string showing current times and counts for all stopwatches for the current thread.getName()
getStopWatch
(String watchName) getStopWatch
(String watchName, String objectName) preetyPrintStopWatches
(long count)
-
Constructor Details
-
MTSRMStopWatches
-
-
Method Details
-
preetyPrintStopWatches
-
formattedThreadStats
Construct formatted string showing current times and counts for all stopwatches for the current thread.- Returns:
- - Formatted String
-
preetyPrintAllThreadsStopWatches
-
getName
-
getStopWatch
-
getStopWatch
-
clear
public void clear()
-