Uses of Interface
com.opensymphony.xwork2.util.profiling.UtilTimerStack.ProfilingBlock

Packages that use UtilTimerStack.ProfilingBlock
com.opensymphony.xwork2.util.profiling Classes to enable profiling of action execution. 
 

Uses of UtilTimerStack.ProfilingBlock in com.opensymphony.xwork2.util.profiling
 

Methods in com.opensymphony.xwork2.util.profiling with parameters of type UtilTimerStack.ProfilingBlock
static
<T> T
UtilTimerStack.profile(String name, UtilTimerStack.ProfilingBlock<T> block)
          A convenience method that allows block of code subjected to profiling to be executed and avoid the need of coding boiler code that does pushing (UtilTimeBean.push(...)) and poping (UtilTimerBean.pop(...)) in a try ...
 



Copyright © 2009 OpenSymphony. All Rights Reserved.