monsdar / CxxProf

CxxProf is a manual instrumented Profiling library for C++. It's goal is to provide easy integration into existing projects with just as little overhead as possible. It should be easy to remove the profiling mechanism during compile and runtime from the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATTENTION

This repo is currently being moved to Gitlab. Any new versions will be released on that platform.

#CxxProf

CxxProf is a manual instrumented Profiling library for C++.

Wiki

Please take a look at the Wiki to get information about the following topics:

Thirdparty

CxxProf uses different Thirdparty libraries to provide the best functionality possible. We have precompiled repositores for the following systems available:

Please take a look at the respective repositories to get information about the used versions and where you can obtain a copy of that Thirdparty for yourself.

###Continuous Integration

Service Status System
Travis CI Build Status Ubuntu 64bit, gcc 4.6.3
Ubuntu 64bit, clang 3.4
drone.io Build Status Ubuntu 64bit, gcc 4.6.3

Copying

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files COPYING and COPYING.LESSER included with the CxxProf distribution.

About

CxxProf is a manual instrumented Profiling library for C++. It's goal is to provide easy integration into existing projects with just as little overhead as possible. It should be easy to remove the profiling mechanism during compile and runtime from the code.

License:GNU General Public License v3.0


Languages

Language:C++ 62.7%Language:Python 19.8%Language:CMake 14.9%Language:Shell 1.2%Language:Batchfile 0.9%Language:C 0.6%