本文简要介绍ruby语言中 GC::Profiler模块
的用法。
GC
分析器提供对 GC
运行信息的访问,包括时间、长度和对象空间大小。
例子:
GC::Profiler.enable
require 'rdoc/rdoc'
GC::Profiler.report
GC::Profiler.disable
另见 GC.count
、 GC.malloc_allocated_size
和 GC.malloc_allocations
相关用法
- Ruby Profiler.raw_data用法及代码示例
- Ruby Profiler.result用法及代码示例
- Ruby Process.groups用法及代码示例
- Ruby Process.wait2用法及代码示例
- Ruby Process.getpgrp用法及代码示例
- Ruby Proc.eql?用法及代码示例
- Ruby Process.setproctitle用法及代码示例
- Ruby Process.setrlimit用法及代码示例
- Ruby Proc.prc ==用法及代码示例
- Ruby Process.uid用法及代码示例
- Ruby Process.pid用法及代码示例
- Ruby Proc.ruby2_keywords用法及代码示例
- Ruby Proc.new用法及代码示例
- Ruby Process.detach用法及代码示例
- Ruby Process.maxgroups用法及代码示例
- Ruby Process.clock_gettime用法及代码示例
- Ruby Proc.lambda?用法及代码示例
- Ruby Proc.arity用法及代码示例
- Ruby Process.exec用法及代码示例
- Ruby Process.groups=用法及代码示例
- Ruby Proc.(params,...)用法及代码示例
- Ruby Proc.curry用法及代码示例
- Ruby Process.clock_getres用法及代码示例
- Ruby Proc.prc << g用法及代码示例
- Ruby Process.getsid用法及代码示例
注:本文由纯净天空筛选整理自ruby-lang.org大神的英文原创作品 Profiler模块。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。