For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

ShowTimes

Include timing statistics in the debug output.

Synopsis

ShowTimes  Yes

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:

#show_times("begin response send") if $Global::ShowTimes;

Note

Note

A debug file must be defined, using the DebugFile global configuration directive, before this facility will have any effect.

Category:  Global config directives
Last modified by: Kevin Walsh
Modification date: Friday 29 June 2007 at 8:55 AM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us