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.
GNU General Public License v3.0
58 stars 5 forks source link

Documentation: How to build CxxProf #3

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

We do not have something to explain how to build CxxProf. It's actually pretty simple if you have the right environment, but we still need to write it down.

We also need some sort of manual for users with other environments (different compiler, Thirdparty versions, OS, ...)