gvl-tracing 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 851f587fcb3e81728e4691372cf8433b75179e9b14f88b3516380143692b75c1
4
- data.tar.gz: 73af09c5163ef3552c0153ea1fc9fc8fea4e8c8de8d531b1e5fccf812d978d6b
3
+ metadata.gz: be2bff3cbad042f549ffee919cb659fe201d49714ae64924ae3fa30aba79d331
4
+ data.tar.gz: d138181409369aed6507b63efa33da6d4ccc261c7e0aae469fe250bcb2b062ae
5
5
  SHA512:
6
- metadata.gz: c624c191a80faf90efdb37fb5745eaea89ab5737c262f26cacf2ac7491d783de8ad3f4ce381ad98e8c12ed7f8bfbb72b6e476765034c8f40e799afe0578f70c3
7
- data.tar.gz: 352d912e2fcd6a899c1747ceab4511eea7a6a3b922436be715a49caa445664d3c60d22afefba8d3ad044b97126dd0b6e8548d66a1a1e7fcc8ed7c30aee466471
6
+ metadata.gz: 544ada893bf0c5b3152bd36a2a8fe6496b0609910d5b4e75044ea00c7c15acab999bc5708e8efff46f4b7022621108237bc700990d54c67c9a206401ce18cb56
7
+ data.tar.gz: 61de24e198a80220fe2d408aaa267b515032ddda686452501c445dd1a6af754c7fded4bb43ca9ba25091bcc6493e63b547d543bd2f0b5af5bfaf2fe1ca2dd755
data/README.adoc CHANGED
@@ -74,6 +74,12 @@ This gem only provides a single module (`GvlTracing`) with methods:
74
74
 
75
75
  The resulting traces can be analyzed by going to https://ui.perfetto.dev/[Perfetto UI].
76
76
 
77
+ == Tips
78
+
79
+ You can "embed" links to the perfetto UI which trigger loading of a trace by following the instructions on https://perfetto.dev/docs/visualization/deep-linking-to-perfetto-ui .
80
+
81
+ This way you can actually link from your dashboards and similar pages directly to a trace.
82
+
77
83
  == Development
78
84
 
79
85
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to https://rubygems.org[rubygems.org].
data/gvl-tracing.gemspec CHANGED
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
36
36
  spec.summary = "Get a timeline view of Global VM Lock usage in your Ruby app"
37
37
  spec.homepage = "https://github.com/ivoanjo/gvl-tracing"
38
38
  spec.license = "MIT"
39
- spec.required_ruby_version = ">= 3.2.0"
39
+ spec.required_ruby_version = ">= 3.2.0.dev"
40
40
 
41
41
  # Specify which files should be added to the gem when it is released.
42
42
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -26,5 +26,5 @@
26
26
  # frozen_string_literal: true
27
27
 
28
28
  module GvlTracing
29
- VERSION = "0.1.0"
29
+ VERSION = "0.1.1"
30
30
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gvl-tracing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivo Anjo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-10 00:00:00.000000000 Z
11
+ date: 2022-07-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -46,7 +46,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 3.2.0
49
+ version: 3.2.0.dev
50
50
  required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="