Files
perfect/README.md
Carl Pearson f51ef904fb initial commit
2019-09-19 10:59:28 -05:00

19 lines
385 B
Markdown

# perfect
CPU/GPU performance control library for benchmarking
* x86
* POWER
* Nvidia
## Features
- [x] Disable CPU turbo (linux)
- [x] Set OS CPU performance mode to maximum (linux)
- [x] Set GPU clocks (nvidia)
- [x] Disable GPU turbo (nvidia)
- [x] Flush addresses from cache (amd64, POWER)
## Wish List
- [ ] Nvidia GPU power monitoring
- [ ] Nivida GPU utilization monitoring