|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 ... |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||