Uses of Class
ubic.gemma.core.profiling.StopWatchUtils.StopWatchRegion
Packages that use StopWatchUtils.StopWatchRegion
Package
Description
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.StopWatchRegionModifier and TypeMethodDescriptionStopWatchUtils.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.