[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tptp] Re: Instance Name field is always blank if the jdk version is 1.5

Chengrui Deng ha scritto:
(2) Percentage bar in Call Tree Tab
You can find the descriptions in Eclipse Help document about Call Tree:
"Monitoring and profiling applications > Monitoring and profiling applications > Profiling an application > Profiling views > Using the Execution Statistics view"


The percentage means the methods spend in a specific thread. But the statistics seems strange because each thread instance shows 100%. I think this is a defect.

From what I could understand, each thread shows 100% because it shows a roll-up value of the time spent by each method executed on THAT thread. If you expand the thread branch you'll see the percentage of time spent by each method on that thread and the sum should be 100% (the value reported on the higher level node). An so on recursively, going down the tree.


Mauro.