Next | Making Programs Faster | 151 |
make-slides takes a single file with slides
Slides are separated by rows of hyphens
Slides are written out to a series of separate text files
text2slide is run on each of these files
There are some other features as well
Let's see what we can do with it
Unfortunately it has few subroutines, so Devel::DProf isn't much help
Total Elapsed Time = 60.50918 Seconds
User+System Time = 0.799279 Seconds
Exclusive Times
%Time ExclSec CumulS #Calls sec/call Csec/c Name
6.26 0.050 0.050 2 0.0250 0.0248 main::BEGIN
0.00 0.000 -0.000 2 0.0000 - Exporter::import
0.00 0.000 -0.000 2 0.0000 - File::Glob::BEGIN
0.00 0.000 -0.000 1 0.0000 - strict::import
0.00 0.000 -0.000 1 0.0000 - strict::bits
...
Next | Copyright © 2003 M. J. Dominus |