robindrew / robindrew-sizeof

Sizeof library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robindrew-sizeof

This library is very simple to use:

// The object you want to measure the memory of
Object object = ....

// Calculate!
MemoryCalculator calculator = new MemoryCalculator();
long bytes = calculator.sizeOf(object);

For full details on memory calculations and how to use the library, visit the Wiki

About

Sizeof library for Java

License:GNU General Public License v3.0


Languages

Language:Java 100.0%