⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (1.51 KB)
Feature #2328
» log.txt
wanabe (_ wanabe)
, 11/04/2009 09:01 PM
$ ./miniruby-origin.exe test.rb realloc
realloc .......... start benchmark
user system total real
4.094000 4.953000 9.047000 (276.828125)
GC 12 invokes.
$ ./miniruby-patched-1.exe test.rb realloc
realloc .......... start benchmark
user system total real
5.094000 4.797000 9.891000 ( 10.171875)
GC 286 invokes.
$ ./miniruby-patched-2.exe test.rb realloc
realloc .......... start benchmark
user system total real
4.391000 4.594000 8.985000 (285.187500)
GC 13 invokes.
$ ./miniruby-patched-1_2.exe test.rb realloc
realloc .......... start benchmark
user system total real
5.328000 4.390000 9.718000 ( 10.046875)
GC 286 invokes.
$ ./miniruby-origin.exe test.rb malloc
malloc .......... start benchmark
user system total real
4.719000 3.906000 8.625000 (141.015625)
GC 30 invokes.
$ ./miniruby-patched-1.exe test.rb malloc
malloc .......... start benchmark
user system total real
4.641000 4.016000 8.657000 (155.203125)
GC 30 invokes.
$ ./miniruby-patched-2.exe test.rb malloc
malloc .......... start benchmark
user system total real
4.719000 4.750000 9.469000 ( 27.125000)
GC 66 invokes.
$ ./miniruby-patched-1_2.exe test.rb malloc
malloc .......... start benchmark
user system total real
4.766000 4.484000 9.250000 ( 29.187500)
GC 66 invokes.
« Previous
1
2
3
4
Next »
(4-4/4)
Loading...