Perl 代码分析工具 [英] Code Profiling Tools for Perl

查看:45
本文介绍了Perl 代码分析工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要测试 Perl 应用程序(文件操作、数据库操作等).我正在为 Perl 代码寻找一些配置文件工具

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

Linux 中是否有类似 gprof 的 Perl 代码分析工具

is there any tools for Perl Code Profling like gprof in Linux

推荐答案

就像调试一样,分析是一项最好由 perl 解释器自己完成的任务

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

本网站将为您提供将 -d:DProf 参数用于解释器,以及如何使用它.

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

这篇关于Perl 代码分析工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆