Profile Ruby 2.0 apps using DTrace - part 2(crypt.codemancers.com)
crypt.codemancers.com
Profile Ruby 2.0 apps using DTrace - part 2
http://crypt.codemancers.com/posts/2013-05-04-profile-ruby-2-dot-0-apps-using-dtrace-part-2/
http://crypt.codemancers.com/posts/2013-05-04-profile-ruby-2-dot-0-apps-using-dtrace-part-2/
Example of results:
Other things to look at:
* Benchmark: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/benchmark/rdoc/B...
* Rails perf testing: http://guides.rubyonrails.org/performance_testing.html
* Ruby-prof: https://github.com/rdp/ruby-prof
* Tracer: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/tracer/rdoc/inde...
* TracePoint: https://github.com/rubyunworks/tracepoint
* Autolog: https://github.com/garysweaver/autolog
* set_trace_func: http://apidock.com/ruby/Kernel/set_trace_func
See also: http://stackoverflow.com/a/16700778/178651