Intel® C++ Compiler 16.0 User and Reference Guide

GH

Calls a function to aid custom user profiling.

Architecture Restrictions

Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology

Syntax

Linux and OS X:

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-provided libraries. You do not need to provide a prototype unless you plan to explicitly call __pexit.

IDE Equivalent

None

Alternate Options

None

See Also