"compatibility" issue : Performance Profiler & reflector
JolyLoic
Posts: 5
Hello,
I have some small "compatibility" issues between Reflector & Performance profiler.
I try to use Performance profiler in "only methods with source" mode, but due to the installation of Reflector, almost all the code of the WPF framework is now considered as "methods with source". I think it might be interresting to define more specific filters, for instance "only the code that does not belong to the following assemblies".
I have some small "compatibility" issues between Reflector & Performance profiler.
I try to use Performance profiler in "only methods with source" mode, but due to the installation of Reflector, almost all the code of the WPF framework is now considered as "methods with source". I think it might be interresting to define more specific filters, for instance "only the code that does not belong to the following assemblies".
Comments
That may be a good idea. The connection between Reflector and Profiler was done very intentionally so that decompiled assemblies look like they are your own code.
I don't know how you would turn it off, but I'll double-check with our guys here.