Runtime profiler for Streamlit, powered by pyinstrument

PyPi

Runtime profiler for Streamlit, powered by pyinstrument.

streamlit-profiler is a Streamlit component that
helps you find out which parts of your app are slow. It profiles the code via
pyinstrument and shows the results right
within your Streamlit app.

Alpha version, use with care.



⏱️ Live demo ⏱️


Installation

pip install streamlit-profiler

Usage