Python Profiler MOD009CPR
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 stopping, the following modules are automatically opened with the function calls of the current profiling:
- Function Calls (Unstructured)
- Shows the result in an unstructured manner.
- Function Calls (Callers)
- Arrays called functions below the calling function in the structure
- Function Calls (Callees)
- Arrays functions which call another function below the called function
- Function Calls (Unstructured)
- 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.