Package ubic.gemma.core.profiling
Class StopWatchUtils.StopWatchRegion
- java.lang.Object
-
- ubic.gemma.core.profiling.StopWatchUtils.StopWatchRegion
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- StopWatchUtils
public static class StopWatchUtils.StopWatchRegion extends Object implements AutoCloseable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
org.apache.commons.lang3.time.StopWatch
getStopWatch()
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
-
getStopWatch
public org.apache.commons.lang3.time.StopWatch getStopWatch()
-
-