HunterAP23

Results 33 comments of HunterAP23

Would it be possible to print out the position of the different bones into a plaint text file? From there I can help with converting that data into other formats....

Hate to bother but I figure this could be a big change - any opinions @mdboom ?

They get it by using C extensions to query `PROCESS_QUERY_LIMITED_INFORMATION` and getting out the `PROCESS_MEMORY_COUNTERS` struct: https://github.com/giampaolo/psutil/blob/master/psutil/arch/windows/proc.c#L359-L386 For Linux they instead look at the stats of the PID's `statm` file...