Skip to content

Commit

Permalink
add Building section
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellis committed Feb 21, 2011
1 parent 2137470 commit d1f45ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.txt
Expand Up @@ -4,6 +4,16 @@ Overview
Jamm provides MemoryMeter, a java agent to measure actual object
memory use including JVM overhead.


Building
========

"ant jar"; optionally, "ant test"


Use
===

To use MemoryMeter, start the JVM with "-javaagent:<path to>/jamm.jar"

You can then use MemoryMeter in your code like this:
Expand Down

0 comments on commit d1f45ac

Please sign in to comment.