rperf 0.8.0 → 0.10.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.8.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koichi Sasada
@@ -37,15 +37,16 @@ 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 JSON, pprof, collapsed
42
- stacks, or text report.
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
+ or text report.
43
43
  executables:
44
44
  - rperf
45
45
  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
51
52
  - docs/logo.svg
@@ -54,10 +55,13 @@ files:
54
55
  - ext/rperf/rperf.c
55
56
  - lib/rperf.rb
56
57
  - lib/rperf/active_job.rb
58
+ - lib/rperf/meta.rb
57
59
  - lib/rperf/rack.rb
58
60
  - lib/rperf/sidekiq.rb
61
+ - lib/rperf/table.rb
59
62
  - lib/rperf/version.rb
60
63
  - lib/rperf/viewer.rb
64
+ - lib/rperf/viewer/viewer.html
61
65
  homepage: https://github.com/ko1/rperf
62
66
  licenses:
63
67
  - MIT