Devel::Profiler - a Perl profiler compatible with dprofpp 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. 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: Time::HiRes Carp B 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.