I really like the Eclipse GUI for PTU. I've been noticing, however, that more information is available in the text output than in Eclipse. For example, for a basic statisticall callgraph (vtssrun/vtssview), there is the 'total' and the 'self' time for each function. When the same results are imported into Eclipse, only 'self' will show up. Same with exact callgraph (vtcgrun/vtcgview):in the text output,there is the 'total time' and the 'number of calls' for each function. When brought up in Eclipse only the 'number of calls' will show up.
Is there anything that can be done to display the additional columns?
Those numbers are kind of related and need to be viewed together.It is hard to judge a function based on the number of calls alone. Some other number is needed: either self-time or total-time -- to put itin context.
-- Nick


