Run the desired command under the profiler:
$ analizo=/path/to/analizo
$ perl -d:DProf -I$analizo/lib $analizo/lib/Analizo/scripts/analizo-COMMAND
Process the profiler output (this has to be run from the same directory where you run the profiler):
$ dprofpp
- Profiling Perl, by Simon Cozens