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 to read/interpret the data of how much memory was consumed by the API? #2

Closed directlinks closed 3 years ago

directlinks commented 3 years ago

This is what the result looks like- image

But I am unable to interpret this data, how do you know how much memory was consumed by the API from the above-mentioned data?

sunhailin-Leo commented 3 years ago

@directlinks This project is based on pyinstrument https://github.com/joerick/pyinstrument