Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jljusten/ministat-wrapper
Simple wrapper script for using ministat to test Mesa i965 driver
https://github.com/jljusten/ministat-wrapper
Last synced: 24 days ago
JSON representation
Simple wrapper script for using ministat to test Mesa i965 driver
- Host: GitHub
- URL: https://github.com/jljusten/ministat-wrapper
- Owner: jljusten
- Created: 2014-12-26T02:17:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T05:18:58.000Z (almost 10 years ago)
- Last Synced: 2023-04-22T11:05:34.298Z (over 1 year ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Based on Eric's wrapper: http://anholt.net/compare-perf/
Pre-requisite packages: ministat
Usage:
1. Copy old i965_dri.so under the '1' directory
2. Copy new i965_dri.so under the '2' directory
3. Setup command script
* Copy command.sample to command
* Customize command script
* Test by running '1/script ./command' and '2/script/command'
4. Setup filtered-command script
* Copy filtered-command.sample to filtered-command
* Customize filtered-command script
* Test by running '1/script ./filtered-command'
* It should output a single number
5. Run ./run-comparison script to collect data
6. Press Ctrl-C to break when you have enough data
7. Run 'ministat before after' again to see output again