Skip to content

Vscode extension -- show GPU activities on status bar

License

Notifications You must be signed in to change notification settings

maleksan85/nvidia-status-bar

 
 

Repository files navigation

Nvidia Status Bar

Elegantly display GPU utilisation and real memory consumption rate in vscode status bar.

Compact Status Bar

Display the tens digit of the occupancy rate, or use icons such as bar and pie. nvidia-status-bar GPU stats shown

nvidia-status-bar GPU stats shown

nvidia-status-bar GPU stats shown

Detailed Hover Window

hover-window

Real Memory Occupation

The GPU memory occupation rates are calculated by dividing memory.used by memory.total not directly import from utilization.memory. Since utilization.memory refers to the active memory (currently being read or written).

Styles

  • circle ◌◔◑◕◍
  • bar ▁▂▃▄▅▆▇█
  • recycle ♺♳♴♵♶♷♸♹
  • die ⛶⚀⚁⚂⚃⚄⚅
  • clock 🕛🕐🕑🕒🕓🕔🕕🕖🕗🕘🕙🕚
  • line ⎽⎼⎻⎺
  • pile 𝄖𝄗𝄘𝄙𝄚𝄛
  • digit 0123456789
  • circledigit 🄋➀➁➂➃➄➅➆➇➈
  • negativecircledigit 🄌➊➋➌➍➎➏➐➑➒
  • wan 🀆🀈🀉🀊🀋🀌🀍🀎🀏
  • tiao 🀆🀐🀑🀒🀓🀔🀕🀖🀗🀘
  • bing 🀆🀙🀚🀛🀜🀝🀞🀟🀠🀡

Acknowledgment

Nvidia Status Bar was based on or inspired by these projects:

About

Vscode extension -- show GPU activities on status bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%