in reply to create an execution graph / Devel::DProf doesn't work with POE

for creating an execution graph of the script.
Try Devel::Trace, then turn that into a graph :)
  • Comment on Re: create an execution graph / Devel::DProf doesn't work with POE

Replies are listed 'Best First'.
Re^2: create an execution graph / Devel::DProf doesn't work with POE
by saxman25 (Initiate) on Oct 22, 2008 at 16:59 UTC
    thanks.

    but how can I translate the output of Devel::Trace into a execution graph?

    dprofpp can't handle the format of the Trace.

    is there a more general visualisation tool that allows to configure the syntax of the input file?
    or a module which generates dprofpp compatible output?