p5-Devel-FastProf

per-line quick profiler for perl

WWW CVSWeb GITHub
  1. Package version
    p5-Devel-FastProf-0.08p5
  2. Maintainer
    The OpenBSD ports mailing-list

Devel::FastProf is a perl per-line profiler. What that means is
that it can tell you how much time is spent on every line of a perl
script (the standard Devel::DProf is a per-subroutine profiler).

The former Devel::SmallProf accomplishes the same task, but it is
much slower. Devel::FastProf is only 5 to 8 times slower than normal
execution.

  • devel/p5-Sort-Key