Difference between revisions of "Code Size (utility)"
Jump to navigation
Jump to search
(Marked the broken link as such and added a link to my version of the tool.) |
m (add archive link) |
||
Line 3: | Line 3: | ||
You can download Christian Schnell's Codesize tool here: | You can download Christian Schnell's Codesize tool here: | ||
− | <s>http://user.cs.tu-berlin.de/~lulli/codesize/</s> (Broken Link) | + | <s>http://user.cs.tu-berlin.de/~lulli/codesize/</s> (Broken Link, [https://web.archive.org/web/*/http://user.cs.tu-berlin.de/~lulli/codesize/ archive]) |
Revision as of 16:59, 27 June 2018
Codesize is a Java™ utility application. It retrieves the effective code size (amount of Java byte code) from .class files.
You can download Christian Schnell's Codesize tool here:
http://user.cs.tu-berlin.de/~lulli/codesize/ (Broken Link, archive)
An alternative version of the tool can be downloaded here:
https://github.com/John-Paul-R/CodeSize-Standalone-Utility/releases/tag/1.1
This measurement is now integrated into Robocode. The code size is displayed when you package a robot or team, along with the Weight Class (e.g., MicroBot).