congard / nvidia-system-monitor-qt

Task Manager for Linux for Nvidia graphics cards
MIT License
161 stars 23 forks source link

Missing C+G processes #24

Closed pstrejajo closed 2 years ago

pstrejajo commented 2 years ago

There are missing C+G processes in the list. Regexp in https://github.com/congard/nvidia-system-monitor-qt/blob/93019827b7b711cf6f8ac79eebd8a8806460c5e7/src/core/InfoProvider.cpp#L72 matches only C or G, but not C+G.

I have changed the regexp in 14822ca and it looks ok now: image

congard commented 2 years ago

Thank you for your contribution. Merged to master