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-D14EA87E-C363-48D1-98E9-6326F75AA56D
Visible to Intel only — GUID: GUID-D14EA87E-C363-48D1-98E9-6326F75AA56D
Gh
Calls a function to aid custom user profiling.
Linux and macOS: |
None |
Windows: |
/Gh |
None
OFF |
The compiler uses the default libraries. |
This option calls the __penter function to aid custom user profiling. The prototype for __penter 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 __penter.
None