Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-6F84C127-DD69-4469-8AF9-E7140B6CBA80
Visible to Intel only — GUID: GUID-6F84C127-DD69-4469-8AF9-E7140B6CBA80
GH
Calls a function to aid custom user profiling.
Syntax
Linux and macOS: |
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
Alternate Options
None