I am trying to set up Eclipse so I can profile a Java program using the TPTP profiler. I have downloaded and unzipped all the .zip
files that I believe I need, but Eclipse still does not provide a "Profiling and Logging" perspective. What more must I do to get this perspective? Is there perhaps a configuration file I must edit?
- I'm using Red Hat RHEL5, and thus Eclipse 3.2.0, TPTP 4.2.0.2.
- The
Window > Open Perspective > Other...
dialog-box does not list the "Profiling and Logging" perspective. - The
Help > About Eclipse Platform > Plug-in Details
window lists numerous pacakges in theorg.eclipse.tptp
name-space, includingorg.eclipse.tptp.platform.lta
andorg.eclipse.tptp.trace
. Which plug-in is responsible for providing the perspective? - The
Window > Preferences...
dialog does not have an entry for "Profiling and Logging".