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

Doc: Write a better coding tutorial #17

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

There's plenty of documentation available but there is a simple coding tutorial missing. It could be as easy as a main-function where one after another all the macros will be added and explained.

monsdar commented 10 years ago

Done: https://github.com/monsdar/CxxProf/wiki/Usage:-A-coding-tutorial