Product Documentation

c-treeRTG COBOL Edition User's Guide

Previous Topic

Next Topic

<profile>

The profile option indicates to log performance profiling information in the specified log file.

Accepted Values

Value

Effect

Synonyms

yes

This value turns on profiling information logging.

y, true, on, 1

no

This value turns off profiling information logging.

n, false, off, 0

Examples

The following example enables the logging of profiling information:

<log file="mylog.txt">

<profile>yes</profile>

</log>

TOCIndex