Uses of Class
ubic.gemma.core.profiling.StopWatchUtils.StopWatchRegion
-
Packages that use StopWatchUtils.StopWatchRegion Package Description ubic.gemma.core.profiling Classes and utilities for profiling the performance of Gemma. -
-
Uses of StopWatchUtils.StopWatchRegion in ubic.gemma.core.profiling
Methods in ubic.gemma.core.profiling that return StopWatchUtils.StopWatchRegion Modifier and Type Method Description static StopWatchUtils.StopWatchRegion
StopWatchUtils. measuredRegion(org.apache.commons.lang3.time.StopWatch stopWatch)
Create a measured region by aStopWatch
, which can be used with a try-with-resource statement toStopWatch.start()
andStopWatch.suspend()
when entering and leaving the region.
-