るりまサーチ

最速Rubyリファレンスマニュアル検索!
22件ヒット [1-22件を表示] (0.127秒)
トップページ > クエリ:float[x] > クエリ:E[x] > クエリ:total[x]

別のキーワード

  1. _builtin float
  2. float to_d
  3. float rationalize
  4. json float
  5. fiddle type_float

ライブラリ

クラス

モジュール

検索結果

Benchmark::Tms#total -> Float (21202.0)

合計時間。(utime + stime + cutime + cstime)

...合計時間。(utime + stime + cutime + cstime)...

GC::Profiler.total_time -> Float (12308.0)

GC のプロファイル情報から GC の総計時間を計算し、msec 単位で返します。

...GC のプロファイル情報から GC の総計時間を計算し、msec 単位で返します。

//emlist[例][ruby]{
GC::Profiler.enable
GC.start
GC::Profiler.total_time # => 0.0011530000000000012
//}...