Changeset 178 for trunk/thune/scripts
- Timestamp:
- 06/10/06 00:38:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/scripts/opcode_ratio.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/scripts/opcode_ratio.t
r177 r178 35 35 "^/Word values: " words 36 36 "^/Stack opcodes: " ops 37 "^/Ops/Values: " (ops total decimal! as div) 38 "^/Ops/Words: " (ops words decimal! as div) 39 eol 40 ] 41 [first reduce prin] iter 37 "^/Ops/Values: " ops total decimal! as div 38 "^/Ops/Words: " ops words decimal! as div 39 ] print
