DisableRecordingData

Examples       Related Topics

Description

Stops recording measurement data. After you disable recording using this function, you cannot resume recording.

Syntax

int DisableRecordingData(void)

Returns

1

The function call changed the recording state.

0

The function call did not change the recording state.

Notes

§      Use the PureAPI function StopRecordingData if you want to stop recording measurement data and then resume recording later.

§      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, 2009.