4件ヒット
[1-4件を表示]
(0.085秒)
ライブラリ
- profiler (4)
キーワード
-
PROFILE
_ PROC (1) -
print
_ profile (1) -
start
_ profile (1) -
stop
_ profile (1)
検索結果
先頭4件
-
Profiler
_ _ . # print _ profile(file) -> () (27904.0) -
stop_profile を実行し、プロファイルの結果を file に出力します。 file には printf メソッドが定義されていなければいけません。
stop_profile を実行し、プロファイルの結果を file に出力します。
file には printf メソッドが定義されていなければいけません。
@param file File のインスタンスを指定します。 -
Profiler
_ _ . # start _ profile -> object (27604.0) -
プロファイルの取得を開始します。
プロファイルの取得を開始します。 -
Profiler
_ _ . # stop _ profile -> nil (27604.0) -
プロファイルの取得を停止します。
プロファイルの取得を停止します。 -
Profiler
_ _ :: PROFILE _ PROC -> Proc (27604.0) -
内部で使用します。
内部で使用します。