zenprofile 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/History.txt +6 -0
  2. data/lib/zenprofiler.rb +1 -8
  3. metadata +5 -26
  4. data.tar.gz.sig +0 -0
  5. metadata.gz.sig +0 -0
@@ -1,3 +1,9 @@
1
+ === 1.2.0 / 2009-08-14
2
+
3
+ * 1 minor enhancement:
4
+
5
+ * Pushed Inline::C#add_static up to inline.rb
6
+
1
7
  === 1.1.0 / 2009-06-23
2
8
 
3
9
  * 1 major enhancement:
@@ -17,7 +17,7 @@ require 'event_hook'
17
17
  # % ruby -rzenprofile misc/factorial.rb
18
18
 
19
19
  class ZenProfiler < EventHook
20
- VERSION = '1.1.0'
20
+ VERSION = '1.2.0'
21
21
 
22
22
  @@start = nil
23
23
  @@stack = [[0, 0, [nil, :toplevel]], [0, 0, [nil, :dummy]]]
@@ -114,13 +114,6 @@ class ZenProfiler < EventHook
114
114
  end
115
115
  end
116
116
  else
117
- class Inline::C # REFACTOR
118
- def add_static name, init, type = "VALUE"
119
- prefix "static #{type} #{name};"
120
- add_to_init "#{name} = #{init};"
121
- end
122
- end
123
-
124
117
  inline(:C) do |builder|
125
118
  builder.add_type_converter("rb_event_t", '', '')
126
119
  builder.add_type_converter("ID", '', '')
metadata CHANGED
@@ -1,36 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zenprofile
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDPjCCAiagAwIBAgIBADANBgkqhkiG9w0BAQUFADBFMRMwEQYDVQQDDApyeWFu
14
- ZC1ydWJ5MRkwFwYKCZImiZPyLGQBGRYJemVuc3BpZGVyMRMwEQYKCZImiZPyLGQB
15
- GRYDY29tMB4XDTA5MDMwNjE4NTMxNVoXDTEwMDMwNjE4NTMxNVowRTETMBEGA1UE
16
- AwwKcnlhbmQtcnVieTEZMBcGCgmSJomT8ixkARkWCXplbnNwaWRlcjETMBEGCgmS
17
- JomT8ixkARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALda
18
- b9DCgK+627gPJkB6XfjZ1itoOQvpqH1EXScSaba9/S2VF22VYQbXU1xQXL/WzCkx
19
- taCPaLmfYIaFcHHCSY4hYDJijRQkLxPeB3xbOfzfLoBDbjvx5JxgJxUjmGa7xhcT
20
- oOvjtt5P8+GSK9zLzxQP0gVLS/D0FmoE44XuDr3iQkVS2ujU5zZL84mMNqNB1znh
21
- GiadM9GHRaDiaxuX0cIUBj19T01mVE2iymf9I6bEsiayK/n6QujtyCbTWsAS9Rqt
22
- qhtV7HJxNKuPj/JFH0D2cswvzznE/a5FOYO68g+YCuFi5L8wZuuM8zzdwjrWHqSV
23
- gBEfoTEGr7Zii72cx+sCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
24
- HQYDVR0OBBYEFEfFe9md/r/tj/Wmwpy+MI8d9k/hMA0GCSqGSIb3DQEBBQUAA4IB
25
- AQAY59gYvDxqSqgC92nAP9P8dnGgfZgLxP237xS6XxFGJSghdz/nI6pusfCWKM8m
26
- vzjjH2wUMSSf3tNudQ3rCGLf2epkcU13/rguI88wO6MrE0wi4ZqLQX+eZQFskJb/
27
- w6x9W1ur8eR01s397LSMexySDBrJOh34cm2AlfKr/jokKCTwcM0OvVZnAutaovC0
28
- l1SVZ0ecg88bsWHA0Yhh7NFxK1utWoIhtB6AFC/+trM0FQEB/jZkIS8SaNzn96Rl
29
- n0sZEf77FLf5peR8TP/PtmIg7Cyqz23sLM4mCOoTGIy5OcZ8TdyiyINUHtb5ej/T
30
- FBHgymkyj/AOSqKRIpXPhjC6
31
- -----END CERTIFICATE-----
10
+ cert_chain: []
32
11
 
33
- date: 2009-06-23 00:00:00 -07:00
12
+ date: 2009-08-14 00:00:00 -07:00
34
13
  default_executable:
35
14
  dependencies:
36
15
  - !ruby/object:Gem::Dependency
@@ -61,7 +40,7 @@ dependencies:
61
40
  requirements:
62
41
  - - ">="
63
42
  - !ruby/object:Gem::Version
64
- version: 2.3.0
43
+ version: 2.3.3
65
44
  version:
66
45
  description: |-
67
46
  zenprofiler helps answer WHAT is being called the most. spy_on helps
@@ -141,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
120
  requirements: []
142
121
 
143
122
  rubyforge_project: seattlerb
144
- rubygems_version: 1.3.4
123
+ rubygems_version: 1.3.5
145
124
  signing_key:
146
125
  specification_version: 3
147
126
  summary: zenprofiler helps answer WHAT is being called the most
data.tar.gz.sig DELETED
Binary file
metadata.gz.sig DELETED
Binary file