Skip to content
Jean Pourroy edited this page Feb 10, 2017 · 2 revisions

Performance optimisation

This package should be used by every ninja programmer interested by tunning or monitoring the performance of his applications.

Content

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...)

  • ...

Installing

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 ..

Example

Here is an example explaining how to use tool_freq:

cd performance_modelisation/build/bin
./tool_freq

Running the tests

Explain how to run the automated tests for this system

Requirement

  • CMAKE - An open-source, cross-platform family of tools designed to build, test and package software

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

Clone this wiki locally