in reply to Re^2: performance profiling
in thread performance profiling
Update: Also, here is an article on profiling code and how to understand the data being delivered to you by the profiler. It was helpful to me when I was learning to better profile my code: http://www.ddj.com/184404580.$ perl -d:FastProf my_script.pl $ fprofpp -t 10
|
|---|