Class MTSRMStopWatches

java.lang.Object
oracle.iam.oimcommon.vo.MTSRMStopWatches
All Implemented Interfaces:
Serializable

public class MTSRMStopWatches extends Object implements Serializable
See Also:
  • Constructor Details

    • MTSRMStopWatches

      public MTSRMStopWatches(String name)
  • Method Details

    • preetyPrintStopWatches

      public String preetyPrintStopWatches(long count)
    • formattedThreadStats

      public String formattedThreadStats()
      Construct formatted string showing current times and counts for all stopwatches for the current thread.
      Returns:
      - Formatted String
    • preetyPrintAllThreadsStopWatches

      public String preetyPrintAllThreadsStopWatches()
    • getName

      public String getName()
    • getStopWatch

      public SRMStopWatch getStopWatch(String watchName)
    • getStopWatch

      public SRMStopWatch getStopWatch(String watchName, String objectName)
    • clear

      public void clear()