るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. delegate __setobj__
  2. weakref __getobj__
  3. weakref __setobj__
  4. delegate __getobj__
  5. _builtin __send__

ライブラリ

モジュール

検索結果

Profiler__.#stop_profile -> nil (144607.0)

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

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

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

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

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

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