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

Integrate trace-viewer into a CxxProf-native GUI #25

Open monsdar opened 10 years ago

monsdar commented 10 years ago

It is possible to not only use trace-viewer via Google Chrome but to integrate it directly in a GUI. It would of course be a lot more useful to have it integrated in our own GUI where additional settings etc can be performed.

monsdar commented 10 years ago

As with the Server GUI this could be a GoodFirstIssue, but there's a lot of communication and work to do to get it right.