profiling .net c# code called via managed c++
conrad
Posts: 3
We have a c++ application calling c# .net code via a unmanaged/managed "firewall" layer. I.o.w, the app is still build without /clr but uses a dedicated project with /clr where wrappers live, statically linked. I have tried the Ants profiler for the first time. It launched my .exe file ok, but all I get in the profiler are timings of managed and unmanaged context switches. Can I get it to profile the .net assemblies beeing called?
The Ants profiler is obviously affecting the application as the time it takes for the .net code to initialize has greatly increased so I'd say some "patching" has occured.
Regards,
conrad
The Ants profiler is obviously affecting the application as the time it takes for the .net code to initialize has greatly increased so I'd say some "patching" has occured.
Regards,
conrad
Comments
So, I suppose the next questions is: is there a way to tell Ants where to look for the .net c# source?
Thanks for the prompt reply, you got me going!
Conrad