Sha256: b233778015acc3eb6b9b8b0d9d2926923b766d4045af251a0510408edcf8445c

Contents?: true

Size: 1.97 KB

Versions: 0

Compression: gzip

Compressed size: 788 Bytes

Stored size: 788 Bytes

Contents

--- !ruby/object:Gem::Specification
name: heap-profiler
version: !ruby/object:Gem::Version
  version: 0.7.0
platform: ruby
authors:
- Jean Boussier
autorequire:
bindir: exe
cert_chain: []
date: 2023-02-27 00:00:00.000000000 Z
dependencies: []
description: Make several heap dumps and summarize allocated, retained memory
email:
- jean.boussier@gmail.com
executables:
- heap-profiler
extensions:
- ext/heap_profiler/extconf.rb
extra_rdoc_files: []
files:
- ".github/workflows/tests.yml"
- ".gitignore"
- ".rubocop.yml"
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
- Rakefile
- TODO.md
- benchmark/address-parsing.rb
- benchmark/indexing.rb
- bin/console
- bin/generate-report
- bin/rubocop
- bin/setup
- bin/testunit
- dev.yml
- exe/heap-profiler
- ext/heap_profiler/extconf.rb
- ext/heap_profiler/heap_profiler.cpp
- ext/heap_profiler/simdjson.cpp
- ext/heap_profiler/simdjson.h
- heap-profiler.gemspec
- lib/heap-profiler.rb
- lib/heap_profiler/analyzer.rb
- lib/heap_profiler/cli.rb
- lib/heap_profiler/diff.rb
- lib/heap_profiler/dump.rb
- lib/heap_profiler/full.rb
- lib/heap_profiler/index.rb
- lib/heap_profiler/monochrome.rb
- lib/heap_profiler/parser.rb
- lib/heap_profiler/polychrome.rb
- lib/heap_profiler/reporter.rb
- lib/heap_profiler/results.rb
- lib/heap_profiler/runtime.rb
- lib/heap_profiler/version.rb
homepage: https://github.com/Shopify/heap-profiler
licenses:
- MIT
metadata:
  allowed_push_host: https://rubygems.org/
  homepage_uri: https://github.com/Shopify/heap-profiler
  source_code_uri: https://github.com/Shopify/heap-profiler
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.5.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.4.6
signing_key:
specification_version: 4
summary: Ruby heap profiling tool
test_files: []

Package Spec version

heap-profiler-0.7.0