Testing the performance of a Office Add-in

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tomko

    Testing the performance of a Office Add-in

    Hi,

    Does anyone know how to test the performance of an Excel Add-in? It
    seems that if I define one of my dlls used by my add-in (not the add-
    in itself that is) as the DLL path and excel.exe as the executable,
    and run a instrumentation profiling, no data gets collected.

    How can I get my test to work? Here is the info and warnings I get:

    -----8<------

    Profiler started
    Instrumenting xxxxxx.dll in place
    Microsoft (R) VSInstr Post-Link Instrumentation 8.0.50727 x86
    Warning VSP2001 : xxxxxx.dll is a strongly named assembly. It will
    need to be re-signed before it can be executed.
    Copyright (C) Microsoft Corp. All rights reserved.
    File to Process:
    xxxxx.dll --xxxxx.dll
    Original file backed up to xxxx.dll.orig
    Successfully instrumented file xxxxx.dll.
    Warning VSP2013 : Instrumenting this image requires it to run as a 32-
    bit process. The CLR header flags have been updated to reflect this.
    Collection file exited: xxxxx\EXCEL0710 17.vsp
    Profiler exited
    PRF0025: No data was collected.
    =============== ====== Profiling Complete =============== ======

    ----->8------

    Br,
    Tom

Working...