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
- Host: GitHub
- URL: https://github.com/marschall/class-size-visualizer
- Owner: marschall
- Created: 2015-03-29T16:35:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T15:40:58.000Z (over 4 years ago)
- Last Synced: 2025-01-16T02:45:25.382Z (5 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.