Devel::SmallProf

$perl -d:SmallProf /usr/local/bin/latex2html lhp
$ ls -ltr | tail -2
-rw-r--r--  1 lhp lhp 1542213 2005-04-27 11:54 smallprof.out
drwxr-xr-x  2 lhp lhp    4096 2005-04-27 11:54 lhp
O bien:
SMALLPROF_CONFIG=zg perl -d:SmallProf /usr/local/bin/latex2html lhp
$ cat -n smallprof.out | head -4
1  * file name : line number : line count : time (ms) : ctime (ms) : line source
2  /usr/local/bin/latex2html:1797:1:180:169:       waitpid($pid,0);
3  /usr/local/lib/latex2html/L2hos/Unix.pm:268:1:76:79:     $status = waitpid($child_pid, 0);
4  /usr/local/bin/latex2html:15591:1:32:30:             require $_ || die "\n*** Could not load $_ ***\n"

Ejercicio 18.6.1   Escriba el comando que muestra las líneas de smallprof.out ordenadas por el campo count.

Casiano Rodríguez León
Licencia de Creative Commons
Programación Distribuida y Mejora del Rendimiento
por Casiano Rodríguez León is licensed under a Creative Commons Reconocimiento 3.0 Unported License.

Permissions beyond the scope of this license may be available at http://campusvirtual.ull.es/ocw/course/view.php?id=44.
2012-06-19