Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



8.53. Devel::DProf


Devel::DProf is a Perl code profiler. It
collects information on the execution time of a Perl script and of
the subroutines in that script. To profile a Perl script, run
perl with the -d debugging
switch:

perl -d:DProf test.pl

When the script terminates (or when the output buffer is filled) the
profiler will dump the profile information to a file called
tmon.out. A tool such as
dprofpp can be used to interpret the
information. The following command will print the top 15 subroutines
that used the most time:

dprofpp

To print an execution graph of the subroutines in the script, use the
following command:

dprofpp -T



8.52. DB_File8.54. Devel::PPPort




Copyright © 2002 O'Reilly & Associates. All rights reserved.

/ 875