Difference between revisions of "Code Size (utility)"

From Robowiki
Jump to navigation Jump to search
m (terminology link)
(Marked the broken link as such and added a link to my version of the tool.)
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)
 +
 
 +
 
 +
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]]).
 
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]]).

Revision as of 15:48, 26 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)


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).