Difference between revisions of "Code Size (utility)"
Jump to navigation
Jump to search
m (terminology link) |
m (fix layout) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Codesize is a Java™ utility application. It retrieves the effective [[Code Size|code size]] (amount of Java byte code) from .class files. | Codesize is a Java™ utility application. It retrieves the effective [[Code Size|code size]] (amount of Java byte code) from .class files. | ||
+ | |||
You can download Christian Schnell's Codesize tool here: | You can download Christian Schnell's Codesize tool here: | ||
− | http://user.cs.tu-berlin.de/~lulli/codesize/ | + | <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]) |
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]]). | 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]]). | ||
+ | |||
+ | |||
+ | An alternative version of the tool can be downloaded here: | ||
+ | |||
+ | https://github.com/John-Paul-R/CodeSize-Standalone-Utility/releases/tag/1.1 | ||
+ | |||
[[Category:Utilities]] | [[Category:Utilities]] | ||
[[Category:Terminology|Code_Size_(utility)]] | [[Category:Terminology|Code_Size_(utility)]] |
Latest 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)
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).
An alternative version of the tool can be downloaded here:
https://github.com/John-Paul-R/CodeSize-Standalone-Utility/releases/tag/1.1