Reputation: 1
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