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?
This discussion was converted from issue #344 on May 24, 2025 16:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions