| Package | Description | 
|---|---|
| com.opensymphony.xwork2.util.profiling | 
 Classes to enable profiling of action execution. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> T | 
UtilTimerStack.profile(String name,
       UtilTimerStack.ProfilingBlock<T> block)
Deprecated.  
 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 © 2000–2020 Apache Software Foundation. All rights reserved.