CoverageClearData

Example       Related Topics

Description

Clears all unsaved coverage data for the current run that Purify has collected up to this point.

Syntax

int CoverageClearData(void)

Returns

1

The data was cleared.

0

The data was not cleared.

Notes

§      This function is available only when you are collecting coverage data.

§      This function is especially useful for omitting certain coverage data, such as data for the startup phase of a program.

(C) Copyright IBM Corporation 1992, 2010.