-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Jean Pourroy edited this page Feb 10, 2017
·
2 revisions
This package should be used by every ninja programmer interested by tunning or monitoring the performance of his applications.
This package contains the following tools
-
tool_Freq: used to determine what are the different frequency used by your processor during different scenario (AVX1, AVX2, Turbo ON/OFF...)
-
...
A step by step series of examples that tell you have to get a development env running
git clone git@github.com:PourroyJean/performance_modelisation.git performance_modelisation
cd performance_modelisation
mkdir build
cd build
cmake ..
Here is an example explaining how to use tool_freq:
cd performance_modelisation/build/bin
./tool_freq
Explain how to run the automated tests for this system
- CMAKE - An open-source, cross-platform family of tools designed to build, test and package software
- Jean Pourroy - PHD strudent at ENS Paris Saclay - HPE
- Fred - Ninja
- Dml - Ninja
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc