cirron 0.2.7 → 0.2.8

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 +3 -3
  3. data/cirron.gemspec +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d920f56abf72180172ea62f52d9c039612353d5238ab75fc9d872549ec486ffb
4
- data.tar.gz: 0f3a133a9e2f2ffa6ebc921f951333ed3cc3c89215cbd837edd096e9bf2d50a7
3
+ metadata.gz: '031948c5f88eb541e318a992ec6c99d534f703a2e372082c6b07ed2b4e7783f2'
4
+ data.tar.gz: 79ad0542a7e65819008b65e053250d073b5c87a8f4923c1ae8a64fdd2f15cf10
5
5
  SHA512:
6
- metadata.gz: 82a78d5e9644dc363bf17ff83bd9beea08e4bd64ab1033d2cd5b5c1c01d74d7a3c8cdfaecfe49352eebfd858933dac898209b63897bcbe194ac09e3f8f77ad72
7
- data.tar.gz: 987c0a0e93683f23b79846aff8fae8a9a2f4c274c66165852311da08cbdcc0b8cea3594ef6d67df9b8b8beaf9657535d8456e69a810dcc5778de5f69bdbdc3fe
6
+ metadata.gz: d0a263836ee39db7e6723aeb78a71da0d4bdc6536d9a79463a2dd312c3fa0ff3737f233d7c4e8b9a2c26957678565e4eebc400e827f206088c5c87d28e7ba1f4
7
+ data.tar.gz: d081b2b307ed89ddf06735be9c547383ea42de2129a365d910f72b19b298373a4cb94ad011cee20e7d5db793436067d0a9e1cdc42947c00e380455f598444e69
data/README.md CHANGED
@@ -8,9 +8,9 @@ It can also trace syscalls using +strace+, Linux only!
8
8
 
9
9
  == Prerequisites
10
10
 
11
- * Linux with perf events support / Apple ARM OSX
12
- * C++
13
- * Ruby 3.x
11
+ - Linux with perf events support / Apple ARM OSX
12
+ - C++
13
+ - Ruby 3.x
14
14
 
15
15
  == Usage
16
16
 
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.7"
9
+ spec.version = "0.2.8"
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.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Stuchlik
@@ -13,8 +13,8 @@ dependencies: []
13
13
  description: "= Cirron\n\nCirron measures a piece of Ruby code and reports back several
14
14
  performance counters: \nCPU instruction count, branch misses, page faults and time
15
15
  spent measuring. \nIt uses the Linux perf events interface or @ibireme's KPC demo[https://gist.github.com/ibireme/173517c208c7dc333ba962c1f0d67d12]
16
- on OSX.\n\nIt can also trace syscalls using +strace+, Linux only!\n\n== Prerequisites\n\n*
17
- Linux with perf events support / Apple ARM OSX\n* C++\n* Ruby 3.x\n\n== Usage\n\n===
16
+ on OSX.\n\nIt can also trace syscalls using +strace+, Linux only!\n\n== Prerequisites\n\n-
17
+ Linux with perf events support / Apple ARM OSX\n- C++\n- Ruby 3.x\n\n== Usage\n\n===
18
18
  Performance Counters\n $ sudo irb\n irb> require 'cirron'\n\n # Start collecting
19
19
  performance metrics\n irb> counters = Cirron::collector do\n irb> # Your code
20
20
  here\n irb> puts \"Hello\"\n irb> end\n => Counter(time_enabled_ns: 0, instruction_count: