Description
Checks whether measurement data is being recorded.
Syntax
int IsRecordingData(void)
Returns
1 |
Measurement data is being recorded. |
0 |
Measurement data is not being recorded. |
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.