12 years ago
Profiling C++/CLI DLL
I've got a third party program that loads my dll, which consists of mixed C++/CLI code and a C++ only static library. I'm only getting Performance Profiler results for the C++ library code. I know the rest of the code is found because it all shows up as 0 hit count.
Also, if I recompile the C++ only library with /CLR enabled, I no longer get results for it either. All routines now have hit count = 0.
Is it possible to profile a C++/CLI DLL?