| Devel-Profit documentation | Contained in the Devel-Profit distribution. |
Devel::Profit - A Perl profiler
Leon Brocard, <acme@astray.com>
Copyright (C) 2008, Leon Brocard
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;