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

Add more and better comments in code #16

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

The interfaces should be commented a lot better. There also are some processes going on which could need some explanation.

monsdar commented 10 years ago

I added a lot of comments during the last days. The code should be more easily enhancable and understandable.