Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinjn/GpuProf
Realtime GPU Profiler for AMD / NVIDIA / Intel GPUs
https://github.com/vinjn/GpuProf
amd gpu-profiler nvidia nvml profiler
Last synced: 2 months ago
JSON representation
Realtime GPU Profiler for AMD / NVIDIA / Intel GPUs
- Host: GitHub
- URL: https://github.com/vinjn/GpuProf
- Owner: vinjn
- License: mit
- Created: 2019-06-27T08:40:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T05:20:31.000Z (over 1 year ago)
- Last Synced: 2024-11-13T05:12:15.227Z (2 months ago)
- Topics: amd, gpu-profiler, nvidia, nvml, profiler
- Language: JavaScript
- Homepage:
- Size: 7.4 MB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - GpuProf
README
# GpuProf
Realtime profiler for AMD / NVIDIA / Intel GPUs, currently only supports NVIDIA GPU :)# Screenshot
A single `NVIDIA GTX 1060` running graphics workloads.
![](https://raw.githubusercontent.com/vinjn/GpuProf/master/doc/gtx1060.jpg)
A single `NVIDIA RTX 2080 Super` running Unreal Editor. Lots of new features has been added in this version.
![](https://raw.githubusercontent.com/vinjn/GpuProf/master/doc/rtx2080s.jpg)
# Enable NVLINK
nvidia-smi -g 0 -dm 1
# Disable NVLINK
nvidia-smi -g 0 -dm 0
# Python
pip install nvidia-ml-py