StartRecordingData

Examples       Related Topics

Description

Starts recording measurement data. By default, data recording begins automatically when a program starts.

Syntax

int StartRecordingData(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 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 1992, 2010.