You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, so I have an API application which utilizes pyinstrument to profile requests. Currently I'm saving the results in a database but it is tedious to copy from the database, and then open/read the results elsewhere. I'd like to know what the expected/common solution to this is? Essentially I'd like to be able to have a web-app or something else where I can simply click a specific run in the database and open the relevant HTML file or something.
Is this something that's possible? What's the approach? How would I accomplish this?
The text was updated successfully, but these errors were encountered:
Hi, so I have an API application which utilizes pyinstrument to profile requests. Currently I'm saving the results in a database but it is tedious to copy from the database, and then open/read the results elsewhere. I'd like to know what the expected/common solution to this is? Essentially I'd like to be able to have a web-app or something else where I can simply click a specific run in the database and open the relevant HTML file or something.
Is this something that's possible? What's the approach? How would I accomplish this?
The text was updated successfully, but these errors were encountered: