joerick / pyinstrument

🚴 Call stack profiler for Python. Shows you why your code is slow!
https://pyinstrument.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
6.68k stars 235 forks source link

Customize profile filename #341

Open maingoh opened 1 month ago

maingoh commented 1 month ago

It would be nice to easily be able to customize the profile filename in the middleware https://github.com/joerick/pyinstrument/blob/4b37f8cdc531be41a7f7e57932f0b770244025d5/pyinstrument/middleware.py#L78

maingoh commented 1 month ago

Looks related to #339 but having a callback would be more powerful