Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,12 @@ $ ruby g:/192/lib/ruby/gems/1.9.1/gems/ruby-prof-0.10.2/bin/ruby-prof ./some_fil

Starting with the 0.6.1 release, ruby-prof supports profiling tests cases
written using Ruby's built-in unit test framework (ie, test derived from
Test::Unit::TestCase). To enable profiling simply add the following line
of code to within your test class:
Test::Unit::TestCase). To enable profiling add the following line somewhere
in your test files:

require "ruby-prof/test"

add the following line of code to within your test class:

include RubyProf::Test

Expand Down