freebsd-ports/devel/rubygem-profile/pkg-descr
Po-Chuan Hsieh 82e7b7fc00
devel/rubygem-profile: Add rubygem-profile 0.4.0
Profile provides a way to Profile your Ruby application.

Profiling your program is a way of determining which methods are called and how
long each method takes to complete. This way you can detect which methods are
possible bottlenecks.

Profiling your program will slow down your execution time considerably, so
activate it only when you need it. Don't confuse benchmarking with profiling.

WWW: https://github.com/ruby/profile
2021-12-22 02:38:53 +08:00

10 lines
430 B
Text

Profile provides a way to Profile your Ruby application.
Profiling your program is a way of determining which methods are called and how
long each method takes to complete. This way you can detect which methods are
possible bottlenecks.
Profiling your program will slow down your execution time considerably, so
activate it only when you need it. Don't confuse benchmarking with profiling.
WWW: https://github.com/ruby/profile