On Monday, Nov 24, 2003, at 17:13 US/Pacific, Paul Harwood wrote: [..]
Can Benchmark be used to gather performance data on a complete script
rather than just a portion of code?
[..]

It is not what it was intended to do,
And if you do the perldoc Benchmark
you will notice that it references

Devel::DProf

which of course offers you say

perl5 -d:DProf test.pl

which is probably what you are looking for?

But this also makes assumptions about your
metrics of analysis - eg: in performance data
is the memory footprint a part of the matrix?

ciao
drieux

---


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to