QuantifyIsRunning

Examples       Related Topics

Description

Checks whether a program is running under Quantify.

Syntax

int QuantifyIsRunning(void)

Returns

1

The program is running under Quantify.

0

The program is not running under Quantify.

Notes

§      This function is especially useful for enclosing special purpose application code when you run a program under Quantify. For example, in an interactive program where you don't want to record performance data about an initial setup portion of the program, you might display a message box to begin recording data.

(C) Copyright IBM Corporation 1993, 2009.