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

Use namespaces #10

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

We should use namespaces for everything we're using. Although we do not have a lot of global methods and variables we never know when there is some Thirdparty which uses as seldom names as we do.

monsdar commented 10 years ago

Implemented since Revision 87