6件ヒット
  
    
      [1-6件を表示]
    
  
    (0.676秒)
  
  
    トップページ >  :Kernel.#p
:Kernel.#p![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :Array
:Array![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :lambda
:lambda![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :method
:method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :rectangular
:rectangular![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :cc_command
:cc_command![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :cpp_command
:cpp_command![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :execute
:execute![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :$stdout
:$stdout![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :profiler
:profiler![条件を削除 [x]](/images/drop-condition-icon.png) 
  
 :Kernel.#p
:Kernel.#p![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :Array
:Array![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :lambda
:lambda![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :method
:method![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :rectangular
:rectangular![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :cc_command
:cc_command![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :cpp_command
:cpp_command![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :execute
:execute![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :$stdout
:$stdout![条件を削除 [x]](/images/drop-condition-icon.png) >
 >  :profiler
:profiler![条件を削除 [x]](/images/drop-condition-icon.png) 
  検索結果
先頭1件
- 
      Profiler_ _ (6020.0) 
- 
      
      
      プロファイラの実装です。 Profiler__.start_profile 実行から、Profiler__.stop_profile までの 区間の実行コードのプロファイルを取得します。 ...イラの実装です。
 Profiler__.start_profile 実行から、Profiler__.stop_profile までの
 区間の実行コードのプロファイルを取得します。
 以下の使用例を参照してください。
 require 'profiler'
 Profiler__.start_profile
 require 'tk' # この......プロファイルが測定される
 Profiler__.print_profile(STDOUT)
 # =>
 % cumulative self self total
 time seconds seconds calls ms/call ms/call name
 51.64 1.10 1.10 3 366.67 776.67 Kernel.require
 17.37 1.47 0.3......1 370.00 370.00 TclTkIp#initialize
 8.92 1.66 0.19 514 0.37 0.37 Module#method_added
 6.57 1.80 0.14 1 140.00 140.00 Profiler__.start_profile
 4.23 1.89 0.09 15 6.00 10.67 Kernel.extend
 3.29 1.96...
