Alex R
Alex R

Reputation: 11891

How to add Profiling And Logging perspective to Eclipse Luna?

I am trying to follow these instructions

http://www.eclipse.org/tptp/home/documents/tutorials/profilingtool/profilingexample_32.html

and eventually was led to this unresolved question:

Adding Profiling and Logging perspective to Eclipse on RedHat

I'm actually using Windows 7, but the issue is similar to the one reported above for Redhat.

How to add Profiling And Logging perspective to Eclipse Luna?

Upvotes: 7

Views: 3717

Answers (1)

Richard Neish
Richard Neish

Reputation: 8806

The "Profiling and Logging" perspective is part if the Eclipse Test & Performance Tools Platform which is in archive mode as of Eclipse Helios, and is not included in later distributions of Eclipse.

Alternatives are the JVM Monitor or JProfile plugins.

Upvotes: 8

Related Questions