An open API service indexing awesome lists of open source software.

https://github.com/marschall/class-size-visualizer

Displays the sizes of the things a Java class is made of
https://github.com/marschall/class-size-visualizer

Last synced: 3 months ago
JSON representation

Displays the sizes of the things a Java class is made of

Awesome Lists containing this project

README

        

Class Size Visualizer

Displays the sizes of the things a Java class is made of. This project should help you answer the question <>. Class size is normally not something you optimize for but when you generate hundreds of classes you may want to look at it.

Similar to [JarScan](https://github.com/AdoptOpenJDK/jitwatch/wiki/JarScan) tool but instead of displaying the method size in bytecodes it displays the size of the method in the class file including metadata.