Code Profiling Tools for Perl

后端 未结 3 1611
醉酒成梦
醉酒成梦 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:48

    Some people might suggest to use Devel::DProf as the most standard way, but if you will look closely it's actually pretty bad solution.

    The best profiler for perl now is Devel::NYTProf.

    If you'll google for it, you will see some presentations that show what it is capable of. And it's a lot.

提交回复
热议问题