New User Executioncontext
New User Executioncontext
I'm learning how to use .Net Memory Profiler Standard and need to know:
What is "Executioncontext" ? I'm seeing it in my instance graph.
Thank you.
...of all the things I've lost, I miss my mind the most.
-
- Posts: 1030
- Joined: Wed Mar 02, 2005 7:53 pm
Re: New User Executioncontext
The ExecutionContext class contains information about the logical thread of execution. For more information see the MSDN documentation.
The s_dummyDefaultEC field refers to a single instance of ExecutionContext that is reused for optimization purposes. Since it is designed to be reused it will be kept alive even after it has been disposed. The Disposed instance issue presented by the profiler should therefore be ignored. We will add this as a default ignored issue in a future version.
The s_dummyDefaultEC field refers to a single instance of ExecutionContext that is reused for optimization purposes. Since it is designed to be reused it will be kept alive even after it has been disposed. The Disposed instance issue presented by the profiler should therefore be ignored. We will add this as a default ignored issue in a future version.
Best regards,
Andreas Suurkuusk
SciTech Software AB
Andreas Suurkuusk
SciTech Software AB
Re: New User Executioncontext
Ah yes, I see that now. Thank you 

...of all the things I've lost, I miss my mind the most.
Who is online
Users browsing this forum: No registered users and 14 guests