perftools.rb 0.3.9 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/pprof.rb +2 -1
- data/ext/extconf.rb +1 -1
- data/ext/perftools.c +1 -1
- data/perftools.rb.gemspec +2 -2
- metadata +2 -2
data/bin/pprof.rb
CHANGED
data/ext/extconf.rb
CHANGED
@@ -54,7 +54,7 @@ Dir.chdir('src') do
|
|
54
54
|
end
|
55
55
|
end
|
56
56
|
|
57
|
-
sys("sed -i -e 's,SpinLock,ISpinLock,g' src/*.
|
57
|
+
sys("sed -i -e 's,SpinLock,ISpinLock,g' src/*.cc src/*.h src/base/*.cc src/base/*.h")
|
58
58
|
sys("git commit -am 'rename spinlock'") if ENV['DEV']
|
59
59
|
end
|
60
60
|
|
data/ext/perftools.c
CHANGED
data/perftools.rb.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
2
2
|
s.name = 'perftools.rb'
|
3
|
-
s.version = '0.
|
4
|
-
s.date = '2009-11-
|
3
|
+
s.version = '0.4.0'
|
4
|
+
s.date = '2009-11-16'
|
5
5
|
s.rubyforge_project = 'perftools-rb'
|
6
6
|
s.summary = 'google-perftools for ruby code'
|
7
7
|
s.description = 'A sampling profiler for ruby code based on patches to google-perftools'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: perftools.rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aman Gupta
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-11-
|
12
|
+
date: 2009-11-16 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|