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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/cirron.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ace413f7a2b758fea74f6f99ac43a12efa277565f27e5ef4705b54545e15cac0
|
4
|
+
data.tar.gz: c576234ae60f3afabda10d9eb6a40971c5cbd4c3b2fd2e52bff71b069e8d71c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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.
|
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.
|