public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
script/performance/profiler compatibility with the ruby-prof >= 0.5.0. 
Closes #9176. [Catfish]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9236 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
josh (author)
Mon Apr 07 12:29:09 -0700 2008
commit  2cdc613598ae0774767c60e3c562fb6ca35971e0
tree    0e9f502bb59d48cd07c25a140c9beef0c9499597
parent  4f39382a2fad5e299fce73ae0ba60f28dfddb21a
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes #9176. [Catfish]
0
+
0
 * Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for native extensions. #11513 [ddollar]
0
 
0
   rake gems:unpack # unpacks all gems
...
19
20
21
22
 
23
24
25
...
19
20
21
 
22
23
24
25
0
@@ -19,7 +19,7 @@
0
   begin
0
     require "ruby-prof"
0
     $stderr.puts 'Using the ruby-prof extension.'
0
- RubyProf.clock_mode = RubyProf::WALL_TIME
0
+ RubyProf.measure_mode = RubyProf::WALL_TIME
0
     RubyProf.start
0
     profile_me
0
     results = RubyProf.stop

Comments

    No one has commented yet.