How to set up Eclipse TPTP

前端 未结 5 428
一生所求
一生所求 2021-01-02 04:44

I need to profile a java application for a customer. It\'s an eclipse/maven project, so I decided on using eclipse TPTP ( http://www.eclipse.org/tptp ).

I tried to i

5条回答
  •  耶瑟儿~
    2021-01-02 05:32

    VisualVM 1.1.1 is a nice alternative to using NetBeans, being a standalone app, so you don't have to bring a Maven/Ant/Eclipse project into it's project format. It can see any local Java process upon opening, so just double click your app in the list of Java processes and off you go. You can:

    1. Take Heap Dumps
    2. Compare Memory Snapshots
    3. View garbage collection with the VisualGC plugin
    4. Run BTrace scripts to add run-time profiling & debugging advice to your code.

提交回复
热议问题