文件名称:method_profiler, 在 ruby 代码中,查找慢速方法.zip
文件大小:11KB
文件格式:ZIP
更新时间:2022-10-08 11:12:02
开源
method_profiler, 在 ruby 代码中,查找慢速方法 MethodProfilerMethodProfiler 收集有关对象中方法的性能信息,并创建报告以帮助你识别慢速方法。 收集的数据可以以多种方式进行排序,转换为 array,或者以表格形式打印。基本用法通过将要配置
【文件预览】:
method_profiler-master
----.gitignore(67B)
----.rspec(8B)
----.travis.yml(50B)
----LICENSE(1KB)
----spec()
--------method_profiler()
--------support()
--------spec_helper.rb(332B)
--------method_profiler_spec.rb(228B)
----README.md(5KB)
----method_profiler.gemspec(809B)
----lib()
--------method_profiler.rb(573B)
--------method_profiler()
----Gemfile(68B)
----Rakefile(134B)