1 year ago
#283657
Rich Tanenbaum
Profile/Instrument a C++ Excel Addin in Visual Studio
I have an Excel addin written in C++. I can debug it by doing Debug>Attach to Process and selecting Excel.
Now I want to see where it is spending its time. It seems as if Performance Profiling Instrumentation is what I want, and from within that I can choose to attach to Excel. But when it is does it just tells me it spent time in unwalkable code. How do I see my routines in the report?
c++
excel
profiling
instrumentation
0 Answers
Your Answer