CxxProf icon indicating copy to clipboard operation
CxxProf copied to clipboard

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 pr...

Results 20 CxxProf issues
Sort by recently updated
recently updated
newest added

when I success build and start server,howerve, start the example failed: Creating CxxProfStatic Library symbol "connect" not found. Failed to initialize plugin "boost_system-vc120-mt-1_55": connect function not found Library symbol "connect"...

[Coverity](https://scan.coverity.com) provides free static analysis for open source projects. It is possible to use [Travis CI](https://scan.coverity.com/projects/2653/builds/new?tab=travis_ci) as a base, coverity is then run from it as an additional build step....

enhancement
GoodFirstIssue

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...

We're currently using boost::date_time::microsec_clock which defaults to a precision of milliseconds on Windows. We should find a way to support microsec precision. - [Stackoverflow #1](http://stackoverflow.com/questions/13566763/is-boostposix-timemicrosec-clock-cpu-intensive) - [Stackoverflow #2](http://stackoverflow.com/questions/2904887/sub-millisecond-precision-timing-in-c-or-c)

enhancement

Hey, I'm having trouble building CxxProf. When building cxxprof_server the following error ocurs: --- | We're building the following components in this iteration: | -- cxxprof_server | -- cxxprof_interface_test |...

It seems as if since cxxprof_static has been made a static library, the tests on Travis and drone.io are failing due to a SegFault. However this is not happening on...

bug

We're currently blocking the receive function to deserialize and store data. We should check if this is a potential problem. A solution would be to create a incoming data queue...

enhancement

feature request: we have a use case for CxxProf where the "activity" is not contained within one function scope, but rather starts in one function, and ends in another, and...

enhancement

I'm trying to build CxxProf on a customized SuSE Linux. The requirement is that I build everything from sources, so I can't use prebuilt binary packages. One of the 3rd...

enhancement

The build-system currently just says that it failed, but not where the user could get more information about that. It should at least give information about the logs which could...

enhancement