When using multiple dlls for profiling, you always put the profiling code into that dlls. As a consequence, you have lock and logging in each module. The profiling code should be in a dll, then it only has one lock.
When using multiple dlls for profiling, you always put the profiling code into that dlls. As a consequence, you have lock and logging in each module.
The profiling code should be in a dll, then it only has one lock.