Skip to content

Commit 8b3f47e

Browse files
committed
Remove Memprof.
1 parent 9b5a920 commit 8b3f47e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ group :development do
1212
platforms :mri_18 do
1313
gem 'ruby-prof', '0.9.1'
1414
gem 'ruby-debug', '0.10.3'
15-
gem 'memprof', '0.3.6'
1615
end
1716
end
1817

test/profile/helper.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
require 'cases/sqlserver_helper'
22
require 'ruby-prof'
3-
require 'memprof'
43

54
class ActiveRecord::TestCase
65

76

87
protected
98

10-
def mem_profile(*args)
11-
Memprof.track do
12-
yield
13-
end
14-
end
15-
169
def ruby_profile(name)
1710
result = RubyProf.profile { yield }
1811
[:flat,:graph,:html].each do |printer|

0 commit comments

Comments
 (0)