ShowTimes
Include timing statistics in the debug output.
Synopsis
This is a Yes or No directive.
The default is No.
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
This directive instructs Interchange to include timing statistics in the
debug output.
Calls to the "show_times()" subroutine are commented out in
most of the Interchange core.
To get timing information, you will need to find any occurrences
of the "show_times" string in the Interchange Perl
source code,
in the area of interest,
and uncomment the appropriate lines.
Interchange must be restarted before your source changes will take effect,
of course.
The following is an example of a commented out call to the
"show_times()" subroutine:
|
Note
A debug file must be defined,
using the DebugFile global configuration directive,
before this facility will have any effect.
|