sunhailin-Leo / fastapi_profiler

A FastAPI Middleware of https://github.com/joerick/pyinstrument to check your service performance.
MIT License
231 stars 13 forks source link

How you can save output to csv or log it in more readable way #3

Closed sandeeppilania closed 3 years ago

sandeeppilania commented 3 years ago

app = FastAPI() app.add_middleware(PyInstrumentProfilerMiddleware)

Provides something like this image

How we can get it in more readable way or save to html/logs , can you share an example ?

sunhailin-Leo commented 3 years ago

@sandeeppilania