mamchenkov.net
Profiling perl
After I've complained on #perl channel that dprofpp (perl profiler) dies on me, I received a number of suggestions on how to profile the code without using dprofpp. Ideas ranged from elemetary insertion of 'print "Started", time,"\n"' to all sorts of dynamic subroutine overloading. Here is one elegant solution that was suggested: sub foo { … Continue reading Profiling perl