Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 06:13:17 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Benchmark-Timer Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201207100613.q6A6DHiP003757@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
eadler      2012-07-10 06:13:17 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Benchmark-Timer Makefile distinfo pkg-descr pkg-plist 
  Log:
  Benchmark::Timer class allows you to time portions of code conveniently, as
  well as benchmark code by allowing timings of repeated trials. It is perfect
  for when you need more precise information about the running time of portions
  of your code than the Benchmark module will give you, but don't want to go all
  out and profile your code.
  
  WWW:    http://search.cpan.org/dist/Benchmark-Timer/
  
  Reviewed by:    az (older version)
  
  Revision  Changes    Path
  1.5018    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/p5-Benchmark-Timer/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Benchmark-Timer/distinfo (new)
  1.1       +7 -0      ports/devel/p5-Benchmark-Timer/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Benchmark-Timer/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207100613.q6A6DHiP003757>