JMY1000
JMY1000
@giampaolo > Don't know about CMake. I use standard make to compile psutil on all UNIX platforms. You may want to take a look at https://github.com/giampaolo/psutil/blob/master/DEVGUIDE.rst first. I've looked at...
> The alternative method is make. That is what psutil project uses since day one, sorry. What debugger are you using for the C code? > What do you mean?...
@giampaolo Separate thing: Do we want to assume that temperatures aren't being disabled and enabled so we can keep more things constant (e.g. only generate the dictionary with all the...
@giampaolo > I haven't looked at your PR in detail but it appears you're doing some kind of detection first. Don't do that. What's the proposal then for doing the...
> If there is a way to determine the number of CPUs/GPUs/etc. at runtime then fine There is. On top of that, since they're ordered sequentially, just iterating up from...