Skip to content

robindrew/robindrew-sizeof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages