Render Profiler is a Blender add-on from MultLabs that profiles and analyzes render and viewport performance. It opens a live HTML report in your web browser, keeps synced with Blender and refreshes automatically. The report pulls together modifier timings, mesh and texture data, memory estimates and statistics.
Three modes are available from a switcher in the report. Off disables the profiler and stops data collection, Viewport collects data on viewport updates such as selection and transforms, and Render collects data when a render is started with F12. A topbar indicator shows the current profiling state, and you can open the report from Topbar → Window → Render Profiler Report or the File context menu via F4.
The report organizes data into tabs for modifier times, heavy meshes, memory, textures and statistics. Memory figures are estimated from scene data rather than exact usage. The report server runs in a background thread on a local port, and the add-on is released under the GNU General Public License v3.0 or later.