Review of "NVIDIA SMI Indicator" version 1

Details Page Preview

Shows live GPU VRAM usage in the top bar; click for a per-GPU summary, the processes using the GPU, and the full nvidia-smi output.

Extension Homepage
https://github.com/Nyndow/nvidia-smi-extension

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-003 warning

signals connected by extension should be disconnected in disable()

Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.

Disconnect all signals

  • extension.js:88
            this.menu.connect('open-state-changed', (menu, isOpen) => {
                if (isOpen)
                    this._startDetailPolling();
                else
                    this._stopDetailPolling();
            })

All Versions

Version Status
3 Unreviewed
2 Rejected
1 Active

Previous Reviews on this Version

JustPerfection active
If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions