lazyprofiler icon indicating copy to clipboard operation
lazyprofiler copied to clipboard

Two question

Open rcshubhadeep opened this issue 4 years ago • 1 comments

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.

rcshubhadeep avatar Feb 18 '21 11:02 rcshubhadeep

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?

shankarpandala avatar Feb 19 '21 04:02 shankarpandala