Comments
1 comment
-
Thanks for your question. ANTS Profiler doesn't have any pre/post profiling action capability, but if it were me, I would make sure "profile child processes" is switched on, create a single batch file that runs everything you need and tell profiler to profile a desktop application and point it at cmd.exe.
c:\windows\system32\cmd.exe /c "mytest.bat"
Add comment
Please sign in to leave a comment.
This is preventing me from setting up the profiler to profile my unit tests.
mstest /testcontainer:XXXX.dll /test:myWCFclientTest
Is there some way I can call vsvars.bat before I start executing my unit tests via mstest.exe ?