[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tptp] Re: Some personal thoughts about profiling with TPTP

Hi Oliver!

Oliver Schoett ha scritto:
Mauro Molinari wrote:
- on this system (running an Debian 4.1 with Gnome window manager), navigating through the Call Tree view is a pain... Just clicking on some of the entries (in order to highlight them) takes AGES... don't ask me why!
This could be Bug 200839 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=200839).

Thank you for pointing it out. It may be the same bug, although my bad experience was was on Linux but not on Windows XP (even if the latter system was slower than the former).


The Netbeans Profiler seems to collect less data than the old Eclipse Profiler, namely just the method timings without the call graph. I have worked with such profiles for a year, and it is much more cumbersome, because you are forever trying to figure out the call relationships between the methods that appear in the list.

In NetBeans 5.5 profiler there's a view that is just like TPTP Call Tree view and I think it's quite comfortable to navigate and understand. I don't know if it has also an actual "call graph", like TPTP, but I think that it might be "easily" built from the call tree using the collected summary data, am I wrong?


Mauro.