public class ThreadTracker extends Object
public void someMethod() {
ThreadTracker.track("someMethod");
...
}
and at some stage call result to get a LOG
output of the callers with an associated call count| Constructor and Description |
|---|
ThreadTracker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
result()
output the result of stack trace capture to the log
|
static void |
track(String name)
track the stack trace of callers
|
public ThreadTracker()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.