Monday, March 29, 2010

Offline profiling and triggers

In the screencast below, I explain how to automate profiling with offline profiling and triggers, so that you do not have to use the JProfiler GUI for profiling and can analyze profiling results later on.

Please enable Javascript to view the screen cast

2 comments:

  1. Is it possible to open HPROF file with JProfiler and analyse it (e.g. use the heap walker)? What are the steps in this case?

    ReplyDelete
  2. Yes, you can open it with "Session->Open snapshot" in the JProfiler GUI. The file should have an .hprof extension.

    ReplyDelete