Code Profiling Tools for Perl

后端 未结 3 1616
醉酒成梦
醉酒成梦 2021-01-06 02:37

I need to test Perl Application ( File operation , Data base operation..etc ) . I am looking for some profile tool for Perl code

is there any tools for Perl Code P

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-06 02:57

    Just like with debugging, profiling is a task best done by the perl interpreter itself

    This website will give you an overview of using the -d:DProf argument to the interpreter, and how to use it.

提交回复
热议问题