Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

PROFILING.md

File metadata and controls

20 lines (14 loc) · 401 Bytes

Profiling analizo

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

See also