mkouba / muojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory usage of Java objects

Download artifacts

http://sourceforge.net/projects/sizeof/files/sizeof/0.2.2/SizeOf_0_2_2.zip/download

http://www.javamex.com/classmexer/classmexer-0_03.zip

Install artifacts into local repo

mvn install:install-file -Dfile=SizeOf.jar -DgroupId=net.sourceforge.sizeof -DartifactId=sizeof -Dversion=0.2.2 -Dpackaging=jar

mvn install:install-file -Dfile=classmexer.jar -DgroupId=com.javamex.classmexer -DartifactId=classmexer -Dversion=0.0.3 -Dpackaging=jar

Run the test

mvn clean test

Inspect results

target/sizeof.txt

target/classmexer.txt

Links

About

License:The Unlicense


Languages

Language:Java 100.0%