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 countConstructor and Description |
---|
ThreadTracker() |
public ThreadTracker()
Copyright © 2005–2017. All rights reserved.