ProfilerEnabled option

Hi,

Does someone use this option for Cicode code??

Where can be seen this Profiler information?

Thanks

  • Hi Ana,
    From the help "Runtime > Debug Runtime > The Kernel > The Cicode Profiler"
    "
    To activate the Cicode Profiler, you can do one of the following:
    - Use the 'Profile' Kernel command (see Kernel Command Reference).
    - Define type 4 when using Cicode function CodeSetMode.
    - Set the INI parameter [Code]ProfilerEnabled. Refer to the Parameters help for more information
    "

    If you use the first option you see the result directly in the kernel.
    https://gcsresource.aveva.com/Citect/WebHelp/citect2018R2/Content/Kernel_Commands_Reference.html
    "
    Profile: In the Kernel window, type "profile 1" to enable the Cicode Profiler, or "profile 0" to disable it.
    "
    Useful to understand what is going on in Cicode.