2002-09-09 13:59:55 +02:00
|
|
|
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.
|
|
|
|
|
2003-08-09 14:56:05 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Devel-Profiler/
|
2002-09-09 13:59:55 +02:00
|
|
|
|
|
|
|
-- Sergey Skvortsov
|
|
|
|
skv@FreeBSD.org
|