るりまサーチ

最速Rubyリファレンスマニュアル検索!
18件ヒット [1-18件を表示] (0.030秒)
トップページ > クエリ:-[x] > クエリ:of[x] > ライブラリ:profiler[x] > 種類:モジュール関数[x]

別のキーワード

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

モジュール

キーワード

検索結果

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

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

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

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

Profiler__.#start_profile -> object (9203.0)

プロファイルの取得を開始します。

プロファイルの取得を開始します。

Profiler__.#stop_profile -> nil (9203.0)

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

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