User Tools

Site Tools


javaprofiling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
javaprofiling [2013/01/21 16:17]
mantis
javaprofiling [2013/01/21 16:25] (current)
mantis
Line 1: Line 1:
 +BIG TODOs
 +
 +====== hprof ======
 +
 +from [[http://​stackoverflow.com/​questions/​7096121/​profile-entire-java-program-execution-in-visualvm?​answertab=votes#​tab-top|SO]]
 +<code bash>
 +javac -J-agentlib:​hprof=heap=sites Hello.java
 +</​code>​
 +
 +====== Memore Analyzer (MAT) ======
 +[[http://​www.eclipse.org/​mat/​]]
 +
 +
 +====== VisualVM ======
 +
 +
  
javaprofiling.txt ยท Last modified: 2013/01/21 16:25 by mantis