/mbm

A simple micro-benchmarking framework for Linux on x86

Primary LanguageC++Apache License 2.0Apache-2.0

mbm - a simple micro-benchmarking framework

For usage see src/test/benchmarks.cpp

Requires:

  • cmake >= 2.8
  • boost >= 1.50
  • gcc >= 4.7.3

To build:

    $ mkdir build/Release && cd build/Release
    $ cmake ../.. -DCMAKE_BUILD_TYPE=Release
    $ make