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

Cannot Build on OpenSUSE LEAP 42.1, then crash on server start. #47

Open BafflingTangent opened 8 years ago

BafflingTangent commented 8 years ago

Hi,

This library looks exactly like what I'm looking for. Trying to evaluate, but have spotted a few issues. Are you still maintaining this?

  1. Cannot build on OpenSUSE LEAP 42.1, to fix:
    • Use local system cmake, although --native-cmake wouldn't find cmake. Not looked at script yet, just re-linked the version in thridparty to local system.
    • Had to add Pluma_LIBRARIES and pthread to cxxprof_server linking
  2. cxxprof_server crashes on start. Not looked at where this is crashing or if it is caused by changes to linking.

Would like to get this up and running to use on a project. Let me know.

Many Thanks, Paul.

monsdar commented 8 years ago

Hey, sorry for the late response. I'm not maintaining this project actively anymore, sorry for this :/ I'm however more or less active on Github, so if you have any fixes or improvements feel free to contribute.