perftools.rb 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,11 +30,13 @@ index b5ef29a..25b956d 100755
30
30
  # Remove uniniteresting stack items
31
31
  $profile = RemoveUninterestingFrames($symbols, $profile);
32
32
 
33
- @@ -1927,6 +1927,7 @@ sub RemoveUninterestingFrames {
33
+ @@ -1927,6 +1927,9 @@ sub RemoveUninterestingFrames {
34
34
  'ProfileData::prof_handler', # historical
35
35
  'CpuProfiler::prof_handler',
36
36
  '__FRAME_END__',
37
37
  + 'PerfTools::CpuProfiler.start',
38
+ + 'Array#each',
39
+ + 'Proc#call',
38
40
  '__pthread_sighandler',
39
41
  '__restore') {
40
42
  $skip{$name} = 1;
data/perftools.rb.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'perftools.rb'
3
- s.version = '0.4.2'
3
+ s.version = '0.4.4'
4
4
  s.date = '2010-08-01'
5
5
  s.rubyforge_project = 'perftools-rb'
6
6
  s.summary = 'google-perftools for ruby code'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perftools.rb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 4
10
+ version: 0.4.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Aman Gupta