| |
|
| java.lang.Object org.columba.core.util.StackProfiler
StackProfiler | public class StackProfiler (Code) | | |
Method Summary | |
public void | pop(String id) Close profiling point. | public void | push(String id) Set new profiling starting point. |
pop | public void pop(String id)(Code) | | Close profiling point. This is where the time measurement actually ends.
Parameters: id - unique id of profiling point |
push | public void push(String id)(Code) | | Set new profiling starting point. This is where the time measurment
actually starts.
Parameters: id - unique id of profiling point |
|
|
|