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

Compile CxxProf on Linux #18

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

We need to ensure that CxxProf will be compilable on a Linux machine. This will also allow us to provide a Thirdparty-Repo for a Linux-system

monsdar commented 10 years ago

We now have a 32bit Deployment available: Repo