1

When I profile using xperf there are always cases when I see, that, say svhost(1552) "eating resources". I could then go to ProcessExplorer and see that svhost(1552) running like 10 services.

How to determine which of the services is a culprit? Is it possible to configure xperf somehow to see the statistics for each service?

Franck Dernoncourt
  • 24,246
  • 64
  • 231
  • 400

1 Answers1

1

Inspect the threads of the process, this will allow you to pinpoint the service itself.