lazyprofiler
lazyprofiler copied to clipboard
Two question
Hello,
I think it is a nice little utility library. However, I have two questions
1.> What is its own overhead while trying to collect the stats?
2.> I checked the code and saw that you are using subprocess to launch cli commands from your python code, I was wondering if you know about invoke It is a well maintained library and may help you in doing this kind of things.
I tried with very small processes to see if this process itself is consuming cpu and ram. It's very minimal as per my understanding
Any added advantage of using invoke?