るりまサーチ

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

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

モジュール

検索結果

Profiler__.#stop_profile -> nil (27401.0)

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

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

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

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

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

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