るりまサーチ (Ruby 2.1.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.091秒)

別のキーワード

  1. profiler stop_profile
  2. profile start_profile
  3. profile print_profile
  4. profiler__ stop_profile

ライブラリ

モジュール

検索結果

Profiler__.#stop_profile -> nil (81610.0)

プロファイルの取得を停止します。

プロファイルの取得を停止します。

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

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

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

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