repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git]
/
lib
/
profile.rb
blob
2aeecce908f24e080460f1da85914d97b709db56
1
require 'profiler'
2
3
RubyVM::InstructionSequence.compile_option = {
4
:trace_instruction => true,
5
:specialized_instruction => false
6
}
7
END {
8
Profiler__::print_profile(STDERR)
9
}
10
Profiler__::start_profile