Intel® C++ Compiler 18.0 Developer Guide and Reference
Calls a function to aid custom user profiling.
Not available on Intel® 64 architecture targeting Intel® Graphics Technology, or when targeting Intel® Graphics Technology running on IA-32 architecture
Linux and macOS: | None |
Windows: | /GH |
None
OFF |
The compiler uses the default libraries. |
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.
None