How can we help you today? How can we help you today?
nesher_hh
There is no error regarding vstest.executionengine.x86.exe in Event Viewer. The log of ANTS inlcludes this: 10 Dec 2015 08:31:55.872 [8] INFO RedGate.Profiler.Engine.Startup.Sessions.BaseSession - Starting 'C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDECommonExtensionsMicrosoftTestWindowvstest.console.exe' 10 Dec 2015 08:31:55.997 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Process ID 0x1224 'C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDECommonExtensionsMicrosoftTestWindowvstest.console.exe' has connected. 10 Dec 2015 08:31:55.997 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Suggesting that target write to C:UsersdanielAppDataLocalRed GateANTS Memory Profiler 8Results mp1bc0_8d30138999a2005_a 10 Dec 2015 08:31:56.059 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Connected and receiving data through C:UsersdanielAppDataLocalRed GateANTS Memory Profiler 8Results mp1bc0_8d30138999a2005_a. 10 Dec 2015 08:31:57.838 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Process ID 0x174c 'C:Program Files (x86)Microsoft Visual Studio 14.0Common7IDECommonExtensionsMicrosoftTestWindowvstest.discoveryengine.x86.exe' has connected. 10 Dec 2015 08:31:57.838 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Suggesting that target write to C:UsersdanielAppDataLocalRed GateANTS Memory Profiler 8Results mp1bc0_8d30138999a2005_b 10 Dec 2015 08:31:57.900 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Connected and receiving data through C:UsersdanielAppDataLocalRed GateANTS Memory Profiler 8Results mp1bc0_8d30138999a2005_b. 10 Dec 2015 08:32:32.567 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Retrying read of 0-length message 10 Dec 2015 08:32:33.019 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that it has completed snapshot 0 10 Dec 2015 08:32:33.019 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that it has completed snapshot 0 10 Dec 2015 08:32:35.688 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Retrying read of 0-length message 10 Dec 2015 08:32:36.000 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that it has completed snapshot 1 10 Dec 2015 08:32:36.000 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that it has completed snapshot 1 10 Dec 2015 08:32:56.702 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Retrying read of 0-length message 10 Dec 2015 08:32:57.014 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that it has completed snapshot 2 10 Dec 2015 08:32:57.014 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that it has completed snapshot 2 10 Dec 2015 08:33:16.717 [Profiler pipe monitor] WARN RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Pipe has been closed; most likely the process being profiled has terminated. 10 Dec 2015 08:33:16.717 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.Pipe - Recycling pipe 10 Dec 2015 08:33:16.733 [12] INFO RedGate.Profiler.Engine.Startup.Sessions.BaseSession - Process vstest.console has finished. 10 Dec 2015 08:33:17.029 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Profiled process indicates that is shutting down in an orderly manner 10 Dec 2015 08:33:17.045 [Profiler pipe monitor] WARN RedGate.Profiler.Engine.Startup.Basic.PipeConnection - Pipe has been closed; most likely the process being profiled has terminated. 10 Dec 2015 08:33:17.045 [Profiler pipe monitor] INFO RedGate.Profiler.Engine.Startup.Basic.Pipe - Recycling pipe 10 Dec 2015 08:33:17.045 [43] INFO RedGate.Profiler.Engine.Startup.Sessions.BaseSession - Process has finished. Nothing about executionengine / comments
There is no error regarding vstest.executionengine.x86.exe in Event Viewer. The log of ANTS inlcludes this: 10 Dec 2015 08:31:55.872 [8] INFO RedGate.Profiler.Engine.Startup.Sessions.BaseSession -...
0 votes
Yes, I did a new snapshot after vstest.executionengine.x86.exe. But it didn't appear in the drop-down list. / comments
Yes, I did a new snapshot after vstest.executionengine.x86.exe. But it didn't appear in the drop-down list.
0 votes
I have already did this. But for some reason Profile does not make this. It does not show memory increase on the graphic. Does it mean that it still profiles the other process? / comments
I have already did this. But for some reason Profile does not make this. It does not show memory increase on the graphic. Does it mean that it still profiles the other process?
0 votes
This doesn't work because vstest.console starts child process vstest.executeengine.exe that runs the tests. But memory profile just profiles the vstest.console and not the vstest.executeengine. Mstest runs the tests itself. / comments
This doesn't work because vstest.console starts child process vstest.executeengine.exe that runs the tests. But memory profile just profiles the vstest.console and not the vstest.executeengine. Mst...
0 votes