Description
Starts recording coverage data, if you are collecting coverage data for the run. By default, Purify begins recording data automatically when a program starts with coverage data collection turned on.
Syntax
int CoverageStartRecordingData(void)
Returns
1 |
The function call changes the recording state. |
0 |
The function call does not change the recording state. |
Notes
§ This function is available only when you are collecting coverage data.
§ Use the API function CoverageStopRecordingData if you want to stop recording and then resume recording later.
(C) Copyright IBM Corporation 1992, 2010.