文件名称:memory_profiler:用于ruby的memory_profiler
文件大小:29KB
文件格式:ZIP
更新时间:2024-06-12 08:59:46
Ruby
内存分析器 Ruby的内存分析器 要求 Ruby(MRI)2.5.0及更高版本。 安装 将此行添加到您的应用程序的Gemfile中: gem 'memory_profiler' 然后执行: $ bundle 或将其自己安装为: $ gem install memory_profiler 用法 有两种使用memory_profiler : 命令行 便利API 命令行 使用memory_profiler的最简单方法是通过命令行,它不需要修改程序。 基本用法是: $ ruby-memory-profiler [options] [removed] [--] [script-options] 其中script.rb是要分析的程序。 有关选项的完整列表,请执行以下命令: ruby-memory-profiler -h 便捷API require 'memory_pro
【文件预览】:
memory_profiler-master
----.gitignore(253B)
----Guardfile(244B)
----bin()
--------ruby-memory-profiler(173B)
----.rubocop.yml(124B)
----memory_profiler.gemspec(831B)
----CHANGELOG.md(2KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----README.md(22KB)
----lib()
--------memory_profiler.rb(778B)
--------memory_profiler()
----Gemfile(386B)
----Rakefile(167B)
----test()
--------test_stat_hash.rb(104B)
--------test_reporter_public_start_stop.rb(2KB)
--------test_reporter.rb(9KB)
--------test_top_n.rb(2KB)
--------test_reporter_private_start_stop.rb(1KB)
--------test_helper.rb(387B)
--------test_results.rb(3KB)
--------fixtures()
--------test_cli.rb(3KB)
--------test_helpers.rb(2KB)