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

Create a concept on how different applications could be profiled #7

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

One of the many advantages of ZMQ is that we easily could collect data from multiple applications. To do this properly we need to review our datamodel and probably add some more data-fields (some kind of ApplicationId etc). The GUI needs to be rebuild to.

It would be useful to get information about how different applications work together. What happens if App1 sends data via network to App2 -> How are the timings between them, what changes in App2 if App1 sends more and more data, what about Mutexes etc...

monsdar commented 10 years ago

Implemented since rev 101, tested with different instances of cxxprof_howto. Previous recorded Databases are not working anymore. What do we do with the examples?