16.3 Disabling Profiling Function
There is a possibility of performance reduction for CICS runtime when profiling function is used; therefore, it is highly recommended to disable this profiling function in the productive environment after finishing the statistics analysis.
Perform the following to disable this profiling function:
- Unset the environment variable
KIX_PROFILING
. - Re-compile the CICS program without setting
-fprofiling
flag.
Parent topic: CICS Runtime Statistics