KCML_PerfStats_Start
Purpose
Start performance measuring
Definition
DEFSUB 'KCML_PerfStats_Start(filename$, xml = 0) AS Void
Parameters
| filename | Name of HTML file to be created |
| xml | Optional. Create an xml format file instead of the default html |
Description
Start performance measuring. Measuring stops with a matching 'KCML_PerfStats_End. This function may only be called once within a session. To test if peformance measuring is occuring use 'KCML_PerfStats_IsRunning and to add comments to the report use 'KCML_PerfStats_Comment. See also Code analysis and testing. The memory available for performance measuing is controlled by the environment variable KCML_LOG_SIZE
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.