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

GUI for CxxProf_server #5

Open monsdar opened 10 years ago

monsdar commented 10 years ago

We should create a simple GUI for the server. There could be a lot of useful functions which aren't as easy to integrate with a simple console application:

We should create single issues out of that above list if the GUI is basically implemented.

monsdar commented 10 years ago

This could also be a GoodFirstIssue, but it'll take more work to get it done correctly. Also a lot of communication would be needed to get the UseCases and Features together which should be integrated in the GUI.