AMD uProf offers agent-based profiling for Python applications, enabling the identification of sections with prolonged execution times (CPU time) on Linux operating systems. It leverages the Python interpreter’s runtime support to perform Hotspots Analysis for Python applications using Launch Application profile scope.
Prerequisites
Use the which python command to ensure that the Python alias is pointing
to the supported Python interpreter versions.