YourKit 4.0 Showing recursivee call stacks?

Questions about YourKit Java Profiler
Post Reply
chirino
Posts: 1
Joined: Fri Feb 18, 2005 1:18 am

YourKit 4.0 Showing recursivee call stacks?

Post by chirino »

I just started using YourKit so I'm not sure if I'm just not understanding the views. Basicly when viewing the Invocation tree, it is showing recusive invocations in my program when i'm 100% sure that there are no recursive invocations!

Has anybody seen this? I'm on OS X java 1.4?
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Perhaps some filtered methods (marked by outline arrow) are between invokations of your method? Please check filters settings "Settings | Filters..."
Post Reply