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

https://github.com/in-line/easyprofiler

Easy to use amxx profiler as module.
https://github.com/in-line/easyprofiler

Last synced: 11 months ago
JSON representation

Easy to use amxx profiler as module.

Awesome Lists containing this project

README

          

## easyprofiler [![Build Status](https://travis-ci.org/In-line/easyprofiler.svg?branch=master)](https://travis-ci.org/In-line/easyprofiler)
Easy to use amxx profiler as module.

## Compilation
cmake, boost, gcc, g++ packages may be required.


sudo apt-get install libboost-dev cxxtest cmake gcc g++ # gcc > 4.8 required
sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386 libc6-i386 # If cross compiling from 64 bit linux
cmake .
make -j$((2 * `getconf _NPROCESSORS_ONLN`)) # Multicore build