https://github.com/wichtounet/cpm
Continuous Perfomance Monitor (CPM) for C++ code
https://github.com/wichtounet/cpm
benchmark benchmark-framework c-plus-plus cpp cpp11 performance
Last synced: about 1 year ago
JSON representation
Continuous Perfomance Monitor (CPM) for C++ code
- Host: GitHub
- URL: https://github.com/wichtounet/cpm
- Owner: wichtounet
- License: mit
- Created: 2015-05-11T14:40:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T17:16:02.000Z (over 2 years ago)
- Last Synced: 2025-03-18T04:09:33.674Z (about 1 year ago)
- Topics: benchmark, benchmark-framework, c-plus-plus, cpp, cpp11, performance
- Language: C++
- Homepage:
- Size: 187 KB
- Stars: 40
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Continuous Perfomance Monitor (CPM)
###################################
Simple tool to monitor the performance of a program in the long run.
Build
+++++
The benchmark helper is header-only, but the report generator needs to be built. You simple need to use make for building and installing it:
.. code:: bash
make
sudo make install
You need a recent compiler to build cpm. It has been tested with clang++-3.4 and greater and g++-4.9 and greater.