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++.
Please take a look at the Wiki to get information about the following topics:
- What is CxxProf?
- Screenshots and Examples
- Architecture Overview
- Usage: Integrate CxxProf into your project
- Usage: A coding tutorial
- Usage: Using the Chromium Tracing interface
- DevGuide: How to compile CxxProf
- List of existing Profilers (References)
- Useful Links
CxxProf uses different Thirdparty libraries to provide the best functionality possible. We have precompiled repositores for the following systems available:
- CxxProf Precompiled: Microsoft Visual Compiler v100
- CxxProf Precompiled: Microsoft Visual Compiler v120
- CxxProf Precompiled: GNU gcc 4.4.5 32bit
- CxxProf Precompiled: GNU gcc 4.8.1 64bit
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 | Ubuntu 64bit, gcc 4.6.3 Ubuntu 64bit, clang 3.4 |
|
drone.io | Ubuntu 64bit, gcc 4.6.3 |
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.