StopRecordingData

Examples       Related Topics

Description

Stops recording measurement data.

Syntax

int StopRecordingData(void)

Returns

1

The function call changed the recording state.

0

The function call did not change the recording state.

Notes

§      Use this function for Java program coverage runs, or .NET managed code program coverage, performance, or memory profiling runs.

§      Do not use this function (a PureAPI function) for native-compiled (unmanaged) programs. Use instead the corresponding Purify, PureCoverage, or Quantify API function.

(C) Copyright IBM Corporation 1993, 2010.