zfield,
You can use the CLR profiler to get an idea of how your code is running.
You can find it at the Tools and Utilities page at the .NET Developer Center
on MSDN at (watch for line wrap):
http://msdn.microsoft.com/netframewo...s/default.aspx
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"zfeld" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a multi-threaded C# program that hangs for 5-10 seconds
>intermittently. Are there any built in tools in Visual Studio .NET to
>somehow instrument my code to see where my performance problems are. It is
>rough debugging it using breakpoints due to the multi-threading.
>