Devel::GraphVizProf(3) User Contributed Perl Documentation NAME Devel::GraphVizProf - per-line Perl profiler (with graph output) SYNOPSIS perl -d:GraphVizProf test.pl > test.dot dot -Tpng test.dot > test.png DESCRIPTION NOTE: This module is a hack of Devel::SmallProf by Ted Ashton. It has been modified by Leon Brocard to produce output for GraphViz, but otherwise the only thing I have done is change the name. I hope to get my patches put into the main Devel::SmallProf code eventually, or alternatively read the output of Devel::SmallProf. Anyway, the normal documentation, which you can probably ignore, follows. The Devel::GraphVizProf profiler is focused on the time taken for a program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simple to use. Those statistics are placed in the file smallprof.out in the following format: