Tagged Questions

2
votes
1answer
58 views

Performance counters for the TPL?

Is there any way to see (preferably via built-in performance counter) how much work the TPL has got queued up that it's trying to work through? Here are some details around what I'm trying to do and ...