< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(スレッド移動)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Hi,
Dave Thomas wrote:
> ----------------------------------------
> Bug #232: profile: get error "can't creating binding object on top of Fiber"
> http://redmine.ruby-lang.org/issues/show/232
Could you try it with newest revision?
$ /tmp/trunk/bin/ruby -v -rprofile -e 'puts 1'
ruby 1.9.0 (2008-07-08 revision 0) [i686-linux]
1
% cumulative self self total
time seconds seconds calls ms/call ms/call name
0.00 0.00 0.00 1 0.00 0.00 Fixnum#to_s
0.00 0.00 0.00 2 0.00 0.00 IO#write
0.00 0.00 0.00 1 0.00 0.00 IO#puts
0.00 0.00 0.00 1 0.00 0.00 Kernel.puts
0.00 0.01 0.00 1 0.00 10.00 #toplevel
--
// SASADA Koichi at atdot dot net