Difference between revisions of "Code Size (utility)"
Jump to navigation
Jump to search
(content moved from Code Size page, mark as stub) |
m (add category, some text, remove stub) |
||
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 (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/ | http://user.cs.tu-berlin.de/~lulli/codesize/ | ||
+ | |||
+ | 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]]). | ||
+ | |||
+ | [[Category:Utilities]] |
Revision as of 19:37, 17 August 2009
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/
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).