AddAnnotation

Examples       Related Topics

Description

Displays the specified annotation in the Log tab in the Properties dialog box and includes it in the log file.

Syntax

int AddAnnotation (String Annotation)

 

where Annotation represents a character string.

Returns

0

 

Notes

§      Use this function to record any special data collection circumstances for a specific data file, such as the version number of the program being measured.

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