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: 17 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T05:20:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T05:12:15.227Z (6 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.

A single `NVIDIA RTX 2080 Super` running Unreal Editor. Lots of new features has been added in this version.

# Enable NVLINK
nvidia-smi -g 0 -dm 1
# Disable NVLINK
nvidia-smi -g 0 -dm 0
# Python
pip install nvidia-ml-py