GH

Calls a function to aid custom user profiling.

IDE Equivalent

None

Architectures

IA-32, Intel® EM64T

Syntax

Linux and Mac OS: None
Windows:    /GH

Arguments

None

Default

OFF      The compiler uses the default libraries.

Description

This option calls the __pexit function to aid custom user profiling. The prototype for __pexit is not included in any of the standard libraries or Intel® libraries. You do not need to provide a prototype unless you plan to explicitly call __pexit.

Alternate Options

None

See Also