timings.pl (bb113e63) timings.pl (99e66e07)
1:
2eval 'exec perl -wS $0 ${1+"$@"}'
3 if 0;
4# *************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 12 unchanged lines hidden (view full) ---

21# under the License.
22#
23# *************************************************************
24# POD Documentation
25
26=head1 PROGRAM NAME AND AUTHOR
27
28Timings - $Revision: 1.2 $
1:
2eval 'exec perl -wS $0 ${1+"$@"}'
3 if 0;
4# *************************************************************
5#
6# Licensed to the Apache Software Foundation (ASF) under one
7# or more contributor license agreements. See the NOTICE file
8# distributed with this work for additional information

--- 12 unchanged lines hidden (view full) ---

21# under the License.
22#
23# *************************************************************
24# POD Documentation
25
26=head1 PROGRAM NAME AND AUTHOR
27
28Timings - $Revision: 1.2 $
29Last changes: $Author: rt $ $Date: 2004-11-26 18:43:32 $
29Last changes: $Author$ $Date$
30
31=head1 WHAT IT IS
32
33Extract move effect timings from a verbose trace log of the
34presentation engine. Generated is a gnuplot data file, which can be
35displayed issuing a 'gnuplot <filename>' or at a gnuplot prompt, via
36'load <filename>'.
37

--- 64 unchanged lines hidden ---
30
31=head1 WHAT IT IS
32
33Extract move effect timings from a verbose trace log of the
34presentation engine. Generated is a gnuplot data file, which can be
35displayed issuing a 'gnuplot <filename>' or at a gnuplot prompt, via
36'load <filename>'.
37

--- 64 unchanged lines hidden ---