Difference between revisions of "Code Size (utility)"

From Robowiki
Jump to navigation Jump to search
m (add archive link)
m (fix layout)
 
Line 4: Line 4:
 
   
 
   
 
<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])
 
<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]]).
  
  
Line 10: Line 12:
 
https://github.com/John-Paul-R/CodeSize-Standalone-Utility/releases/tag/1.1
 
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]]).
 
  
 
[[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