本文简要介绍ruby语言中 GC::Profiler.result
的用法。
用法
GC::Profiler.result → String
返回配置文件数据报告,例如:
GC 1 invokes. Index Invoke Time(sec) Use Size(byte) Total Size(byte) Total Object GC time(ms) 1 0.012 159240 212940 10647 0.00000000000001530000
相关用法
- Ruby Profiler.raw_data用法及代码示例
- Ruby Profiler模块用法及代码示例
- 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.result。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。