Bug 102468 - [NEW PORT] benchmarks/p5-Benchmark-Stopwatch: Simple timing of stages of your code
Summary: [NEW PORT] benchmarks/p5-Benchmark-Stopwatch: Simple timing of stages of your...
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 04:00 UTC by gslin
Modified: 2006-09-30 09:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Benchmark-Stopwatch-0.03.shar (3.06 KB, text/plain)
2006-08-24 04:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-08-24 04:00:39 UTC
The other benchmark modules provide excellent timing for specific
parts of your code. This module aims to allow you to easily time the
progression of your code.

The stopwatch analogy is that at some point you get a new stopwatch
and start timing. Then you note certain events using lap. Finally you
stop the watch and then print out a summary.

The summary shows all the events in order, what time they occured at,
how long since the last lap and the percentage of the total time.
Hopefully this will give you a good idea of where your code is
spending most of its time.

The times are all wallclock times in fractional seconds.

That's it.

WWW:	http://search.cpan.org/dist/Benchmark-Stopwatch/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-24 04:00:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-30 09:08:33 UTC
clsung      2006-09-30 08:08:28 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks           Makefile 
  Added files:
    benchmarks/p5-Benchmark-Stopwatch Makefile distinfo pkg-descr 
                                      pkg-plist 
  Log:
  Add p5-Benchmark-Stopwatch 0.03, simple timing of stages of your code.
  
  PR:             ports/102468
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.52      +1 -0      ports/benchmarks/Makefile
  1.1       +37 -0     ports/benchmarks/p5-Benchmark-Stopwatch/Makefile (new)
  1.1       +3 -0      ports/benchmarks/p5-Benchmark-Stopwatch/distinfo (new)
  1.1       +18 -0     ports/benchmarks/p5-Benchmark-Stopwatch/pkg-descr (new)
  1.1       +3 -0      ports/benchmarks/p5-Benchmark-Stopwatch/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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-30 09:08:57 UTC
State Changed
From-To: open->closed

New port added. Thank You.