Devel::Profit - A Perl profiler


Devel-Profit documentation Contained in the Devel-Profit distribution.

Index


Code Index:

NAME

Top

Devel::Profit - A Perl profiler

AUTHOR

Top

Leon Brocard, <acme@astray.com>

COPYRIGHT

Top

LICENSE

Top

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.


Devel-Profit documentation Contained in the Devel-Profit distribution.

package Devel::Profit;
use strict;
use warnings;
our $VERSION = '0.34';

use DynaLoader ();
our @ISA = qw(DynaLoader);

bootstrap Devel::Profit $VERSION;

1;