Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the 'Visual Studio Debugger ETW Service'?

I have this Windows Service on my development machine that's eating large amount of my memory when I run the application we're developing.

I have Visual Studio Ultimate 2013 Update 1. Windows 8.1 .NET 4.5.51641

Screenshot of Task Manager

like image 672
gaunacode.com Avatar asked Nov 01 '22 13:11

gaunacode.com


1 Answers

Event Tracing for Windows. See the article Improve Debugging And Performance Tuning With ETW in April 2007 Edition of the MSDN Magazine for more details.

like image 157
Robert Harvey Avatar answered Nov 08 '22 16:11

Robert Harvey