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

Check if a given THREAD and PROCESS_ALIAS is already set #22

Open monsdar opened 10 years ago

monsdar commented 10 years ago

It is important that the THREAD and PROCESS_ALIAS is only set in the beginning. As soon as something has been sent (Plot, Mark, Activity) the alias should not change. There are TODOs at the related parts in the code.

See TODO in NetworkCxxProf.cpp (currently line 172 and 181)