cirron 0.2.2 → 0.2.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/cirron.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ff54dda8d0986886acb138298e91096d18acfd9cdb0adb927b13613d6f0eca17
4
- data.tar.gz: 7fd5cb27f2834094f1d3941d1c24aca63a4195835f98fc133d064664db4ec662
3
+ metadata.gz: ace413f7a2b758fea74f6f99ac43a12efa277565f27e5ef4705b54545e15cac0
4
+ data.tar.gz: c576234ae60f3afabda10d9eb6a40971c5cbd4c3b2fd2e52bff71b069e8d71c8
5
5
  SHA512:
6
- metadata.gz: 0af236106e911b520dea0dab38194652c1e3ef3f5ccfa33f46f261dd17a8807a15501f136f0a02cc9aa22ab3c09ae7f44088aa41c2451d09fdcda0b288ceab8d
7
- data.tar.gz: adfaa9a35e9c2d107c675a9beadfc72c65612d02fcb57d7bc76103b4f050872b06c9e3b73edd43745f5c392a607c182ae08d4075e4ea092bbcc16d02abbaaf7a
6
+ metadata.gz: cf22c21bb660fa91b533ecb7bf29bdf2ffcb87647ad30c79ce57183cd98eaa13fbadf813303a9ad8c3ccc0bbba89a3ab21cc0ce238d614641016da7033242837
7
+ data.tar.gz: 7da4cfca8d91f7a4776776f936fc361663f958c1a597a19211ed0837ae5ed2483e59d4625a64fa50086850766842402c4f3d11eb14eeda2c8c99cd49d3683ef9
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ==
1
+ == Cirron
2
2
  # Cirron
3
3
 
4
4
  Cirron measures a piece of Ruby code and report back several performance counters: CPU instruction count, branch misses, page faults and time spent measuring. It uses the Linux perf events interface or @ibireme's [KPC demo](https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d12) on OSX.
data/cirron.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'pathname'
6
6
 
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "cirron"
9
- spec.version = "0.2.2"
9
+ spec.version = "0.2.3"
10
10
  spec.authors = ["Matt Stuchlik"]
11
11
  spec.email = ["matej.stuchlik@gmail.com"]
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cirron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Stuchlik
@@ -11,7 +11,7 @@ cert_chain: []
11
11
  date: 2024-07-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
- ==
14
+ == Cirron
15
15
  # Cirron
16
16
 
17
17
  Cirron measures a piece of Ruby code and report back several performance counters: CPU instruction count, branch misses, page faults and time spent measuring. It uses the Linux perf events interface or @ibireme's [KPC demo](https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d12) on OSX.