An open API service indexing awesome lists of open source software.

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

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.