Tiago Nápoli
Tiago Nápoli

Reputation: 1

Lots of CPU time on Task.ContinueWith?

I'm CPU profiling a .NET Framework WebServer using PerfView and I noticed a lot of CPU time directly on System.Threading.Tasks.Task.ContinueWith. What does it mean? Should I worry about it?

Name  OTHER <<mscorlib.ni!System.Threading.Tasks.Task`1[System.__Canon].ContinueWith[System.__Canon](System.Func`2,System.__Canon>)>>        
Exc % 10.0     
Exc   1,539  
Inc % 10.0     
Inc   1,539

Upvotes: 0

Views: 60

Answers (0)

Related Questions