rperf 0.7.0 → 0.9.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rperf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada
@@ -37,8 +37,8 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '3.6'
40
- description: A safepoint-based sampling performance profiler that uses thread CPU
41
- time deltas as weights to correct safepoint bias. Outputs pprof, collapsed stacks,
40
+ description: A safepoint-based sampling performance profiler that uses actual time
41
+ deltas as weights to correct safepoint bias. Outputs JSON, pprof, collapsed stacks,
42
42
  or text report.
43
43
  executables:
44
44
  - rperf
@@ -46,8 +46,10 @@ extensions:
46
46
  - ext/rperf/extconf.rb
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - LICENSE
49
50
  - README.md
50
51
  - docs/help.md
52
+ - docs/logo.svg
51
53
  - exe/rperf
52
54
  - ext/rperf/extconf.rb
53
55
  - ext/rperf/rperf.c
@@ -56,6 +58,7 @@ files:
56
58
  - lib/rperf/rack.rb
57
59
  - lib/rperf/sidekiq.rb
58
60
  - lib/rperf/version.rb
61
+ - lib/rperf/viewer.rb
59
62
  homepage: https://github.com/ko1/rperf
60
63
  licenses:
61
64
  - MIT
@@ -74,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
77
  - !ruby/object:Gem::Version
75
78
  version: '0'
76
79
  requirements: []
77
- rubygems_version: 4.0.3
80
+ rubygems_version: 4.0.6
78
81
  specification_version: 4
79
82
  summary: Safepoint-based sampling performance profiler for Ruby
80
83
  test_files: []