From d1f45acdab4329327c416a9d170dcb0494646280 Mon Sep 17 00:00:00 2001 From: Jonathan Ellis Date: Sun, 20 Feb 2011 22:55:54 -0600 Subject: [PATCH] add Building section --- README.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.txt b/README.txt index 59f063d..1161517 100644 --- a/README.txt +++ b/README.txt @@ -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:/jamm.jar" You can then use MemoryMeter in your code like this: