Devel::Profiler 0.03

This module implements a Perl profiler that outputs profiling data in a format compatible with "dprofpp", Devel::DProf's profile analysis tool. It is meant to be a drop-in replacement for Devel::DProf.

NOTE: If Devel::DProf works for your application then there is no reason to use this module.

CHANGES

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires Perl 5.6.1. It might be backported to earlier Perls at some point but at the moment it requires the lastest and greatest.

This module requires these other modules and libraries:

B
Time::HiRes
File::Path
Test::More

COPYRIGHT AND LICENCE

Copyright (C) 2002 Sam Tregar

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.