Java / Eclipse profiling: Is there a way to show the number of method calls to each method? -


i'm debugging applications lacks performance in 1 situation, expanding tree node in custom tree visualizing control, , our assumption is due recursive calculation tree values.

now idea trace number of calls each method identify methods uncommonly called, may give more insight performance issue.

is there built in profiler in eclipse / other way trace number of method calls (without or preferable summed run time within each method)?

the visualvm cpu profiler can : https://visualvm.java.net/profiler.html.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -