Profiling Renders

Renders are executed by the renderboot sub-process launched by Katana's katanaBin main process. This means that render processes have their own instances of the Geolib3 Runtime that can be profiled as well. Any renders launched in the standard, Interactive Katana mode, as well as the Shell and Script modes during a profiling session (after StartProfilingSession() and before EndProfilingSession() on Katana's main Runtime) are profiled and produce their own profiling reports at the end. In Batch mode, the render is profiled if the --force-profile or --profile options are used.