index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
testing
/
performance
Commit message (
Expand
)
Author
Age
Files
Lines
*
added support for profiling under rubinius
Gonçalo Silva
2011-03-26
2
-2
/
+62
*
fixed time and size units (should be seconds / bytes), fixed typo when counti...
Gonçalo Silva
2011-03-25
4
-11
/
+10
*
added gc info (runs, time) to rubinius' benchmarks
Gonçalo Silva
2011-03-25
1
-2
/
+6
*
added memory size and allocations to rubinius' benchmarks
Gonçalo Silva
2011-03-25
1
-2
/
+10
*
added time (wall, process, cpu) to rubinius' benchmarks
Gonçalo Silva
2011-03-25
1
-3
/
+11
*
added missing require
Gonçalo Silva
2011-03-25
1
-0
/
+2
*
removed leftovers from the copy-paste from mri
Gonçalo Silva
2011-03-25
1
-9
/
+0
*
added basic structure for Rubinius
Gonçalo Silva
2011-03-25
2
-3
/
+64
*
divide the ruby interpreter into mri and yarv for improved modularity
Gonçalo Silva
2011-03-25
3
-70
/
+145
*
renamed "mri" to "ruby", for consistency with RUBY_ENGINE
Gonçalo Silva
2011-03-25
3
-0
/
+0
*
using number_helper to pretty print some results
Gonçalo Silva
2011-03-25
1
-3
/
+3
*
extracted more generic methods, added a note for methods that need to be over...
Gonçalo Silva
2011-03-25
1
-29
/
+7
*
initial separation of RubyProf-specific code
Gonçalo Silva
2011-03-25
1
-0
/
+236