Sha256: cfbf4290cecfea97135876e3c20bef85719a15070f22d7399ea85b174fbad58f

Contents?: true

Size: 1.99 KB

Versions: 0

Compression: gzip

Compressed size: 792 Bytes

Stored size: 792 Bytes

Contents

--- !ruby/object:Gem::Specification
name: heap-profiler
version: !ruby/object:Gem::Version
  version: 0.2.1
platform: ruby
authors:
- Jean Boussier
autorequire:
bindir: exe
cert_chain: []
date: 2021-01-12 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"
- ".travis.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.1.4
signing_key:
specification_version: 4
summary: Ruby heap profiling tool
test_files: []

Package Spec version

heap-profiler-0.2.1