Bug 114957 - [NEW PORT] devel/rubygem-ruby-prof: A fast profiler for Ruby
Summary: [NEW PORT] devel/rubygem-ruby-prof: A fast profiler for Ruby
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 10:20 UTC by Robert Gogolok
Modified: 2007-07-27 15:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-07-27 15:47:21 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-27 15:47:39 UTC
miwi        2007-07-27 14:47:33 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-ruby-prof Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  * Flat Profiles - similar to the reports generated by the standard Ruby profiler
  * Graph profiles - similar to GProf, these show how long a method runs, which
    methods call it and which methods it calls.
  * Threads - supports profiling multiple threads simultaneously
  * Recursive calls - supports profiling recursive method calls
  * Reports - can generate both text and cross-referenced html reports
  * Output - can output to standard out or to a file
  
  WWW: http://rubyforge.org/projects/ruby-prof/
  
  PR:             ports/114957
  Submitted by:   Robert Gogolok <gogo at cs.uni-sb.de>
  
  Revision  Changes    Path
  1.2824    +1 -0      ports/devel/Makefile
  1.1       +18 -0     ports/devel/rubygem-ruby-prof/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-ruby-prof/distinfo (new)
  1.1       +13 -0     ports/devel/rubygem-ruby-prof/pkg-descr (new)
  1.1       +111 -0    ports/devel/rubygem-ruby-prof/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"