Define a Minimum Time to Log Fragments

<< Click to Display Table of Contents >>

 

Define a Minimum Time to Log Fragments

The Minimum time to log fragments (script lines) allows enabling the generation of statistics only for script lines that already accumulated more than a certain period of time, in milliseconds, from the total execution time. Configuring this option with 0 (zero) generates statistics of all script lines executed. Default value of this option is 10 milliseconds.

Minimum time to log fragments (script lines) option

Minimum time to log fragments (script lines) option

 

NOTE

VBScript considers a fragment as any line of code that reads or writes an object's property, that calls an object's method, or that calls the CreateObject or GetObject methods. Time not included in fragments corresponds to the execution of the remaining script's code, such as operators and calculations.

Was this page useful?