Previous Topic

Next Topic

Book Contents

Book Index

Collecting performance data

The profiler is called at the start (before) and end (after) of a function. The following information is passed to the profiler each time it is called.

When the profiler is called at the end (after) of the function the program performs the following actions:

For all record types, the data will be included in the performance record if the time is equal or greater than 0.01 sec.

Parent Topic

Performance data collection