in reply to Re^9: System call doesn't work when there is a large amount of data in a hash
in thread System call doesn't work when there is a large amount of data in a hash
So to clarify, if I run a script with the profiler that takes 2 minutes for example, it should point out which parts of the code take the most time
And it should not be possible that one part takes for example 10% of the real time, but the profiler doesn't picks this up (that's something I observed).
And just to confirm that I use it correct:
perl -d:NYTProf script.pl
nytprofcg
kcachegrind nytprof.callgrind
|
|---|