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() |
public ThreadTracker()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.