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

It is not possible to create multiple Activities in the same scope #13

Closed monsdar closed 10 years ago

monsdar commented 10 years ago

Due to the simplicity of the CXXPROF_ACTIVITY macro it is not possible to create more than one activity in the same scope.