Why concurrency contention tool in vs 2010 doesn't use managed thread ids? -


if have used concurrency contention profile tool provided in vs 2010, notice thread ids used in report not managed thread ids, annoying. want know thread 1 , how can map thread ids (usually 4-digit id) used in report against managedthreadid value can code?

thank you.

if use 'collect resource contention data' option (see below), able see managed threads names. concurrency

this described on john robbin's blog , may enough identify managed threads. unfortunately can't mapping managed thread ids.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -