Sha256: f54899e05a83c005304a64d2383574947aca03071764aaecbc06db1915be06b6
Contents?: true
Size: 1.99 KB
Versions: 0
Compression: gzip
Compressed size: 794 Bytes
Stored size: 794 Bytes
Contents
--- !ruby/object:Gem::Specification name: heap-profiler version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Jean Boussier autorequire: bindir: exe cert_chain: [] date: 2020-08-03 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/native.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.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Ruby heap profiling tool test_files: []