Resetting the Dynamic Profile Counters

void _PGOPTI_Prof_Reset(void);

Description

This function resets the dynamic profile counters.

Recommended Usage

Use this function to clear the profile counters prior to collecting profile information on a section of the instrumented application. See the example under PGOPTI_Prof_Dump().