るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.031秒)
トップページ > バージョン:2.3.0[x] > クエリ:File[x] > クエリ:Profiler[x] > クエリ:Profiler__[x] > クエリ:print_profile[x] > 種類:モジュール関数[x]

別のキーワード

  1. profiler total_time
  2. profiler enable
  3. profiler report
  4. profiler clear
  5. profiler result

ライブラリ

モジュール

検索結果

Profiler__.#print_profile(file) -> () (154042.0)

stop_profile を実行し、プロファイルの結果を file に出力します。 file には printf メソッドが定義されていなければいけません。

stop_profile を実行し、プロファイルの結果を file に出力します。
file には printf メソッドが定義されていなければいけません。

@param file File のインスタンスを指定します。