Access
-
Customizer → Performance → Python Profiler
Information
-
In this module, performance measuring can be launched and evaluated using the Python Profiler.
Procedure
-
Via the Python Profiling: DEACTIVATED/ACTIVATED button, the recording can be started and stopped. When recording is stopped, the following modules are opened automatically with the function calls of the current profiling.
-
-
Shows the result in an unstructured manner.
-
-
-
Arrays called functions below the calling function in the structure
-
-
-
Arrays functions which call another function below the called function
-
-
-
Via the Read file button, a profiling file can be read.
-
Existing recordings can be selected from the listbox.
-
Via the Analyze button next to the profiling results, the Function Calls (Unstructured), Function Calls (Callers) and Function Calls (Callees) modules are opened/updated with the settings of the Maximum recursion depth and Minimum cumulative time parameters.
-