Commit Graph

8 Commits

Author SHA1 Message Date
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
jeremy
16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
jeremy
5cb5104ec3 Update to version 0.10.6. Add a patch to allow compilation, since
clock_gettime is in libc in OpenBSD.
2011-05-11 23:39:02 +00:00
ajacoutot
adf802bb2b Fix DESCR formatting. 2010-12-20 18:13:08 +00:00
jeremy
e484663163 Import ruby-prof 0.9.2
ruby-prof is a fast code profiler for Ruby. Its features include:

* Speed - it is a C extension and therefore many times faster than the
  standard Ruby profiler.
* Modes - Ruby prof can measure a number of different parameters,
  including call times, memory usage and object allocations.
* Reports - can generate text and cross-referenced html reports
  o Flat Profiles - similar to the reports generated by the standard
    Ruby profiler
  o Graph profiles - similar to GProf, these show how long a method
    runs, which methods call it and which methods it calls.
  o Call tree profiles - outputs results in the calltree format
    suitable for the KCacheGrind profiling tool.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
2010-12-20 18:07:39 +00:00