wichtounet / cpm

Continuous Perfomance Monitor (CPM) for C++ code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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.

About

Continuous Perfomance Monitor (CPM) for C++ code

License:MIT License


Languages

Language:C++ 95.4%Language:JavaScript 2.8%Language:Makefile 0.9%Language:Shell 0.8%