2kai2kai2 / VSCode-Python-Resource-Monitor

A Visual Studio Code extension for viewing resource consumption of Python programs in the debugger.
https://marketplace.visualstudio.com/items?itemName=kaih2o.python-resource-monitor
GNU General Public License v3.0
17 stars 5 forks source link

[Feature request] Video memory usage #24

Open Saya47 opened 6 months ago

Saya47 commented 6 months ago

Hello! Please add video memory usage! nvidia-smi provides info. For coding with Pytorch and Tensorflow using CUDA we need this info! Thanks very much.

2kai2kai2 commented 2 months ago

I've definitely been interested in adding this functionality, but I've have an issue when it comes to making this happen: I don't currently have access to a computer with an Nvidia GPU (only Apple M2 and intel integrated graphics), which makes development challenging.

I've created an issue for the data interface here: https://github.com/2kai2kai2/node-ps-data/issues/7