A AdamM Mar 29, 2005 #1 What tool can I use to see where my C# code is spending most of it's cycles for the purpose of optimizing it? Thanks in advance!
What tool can I use to see where my C# code is spending most of it's cycles for the purpose of optimizing it? Thanks in advance!
L Lionel LASKE Mar 29, 2005 #2 Intel VTune (http://www.intel.com/software/products/vtune/) is a great tool for this. Caution: it's a very complex tool. You can download an evaluation version on the web site. Lionel.
Intel VTune (http://www.intel.com/software/products/vtune/) is a great tool for this. Caution: it's a very complex tool. You can download an evaluation version on the web site. Lionel.
W Willy Denoyette [MVP] Mar 29, 2005 #3 AdamM said: What tool can I use to see where my C# code is spending most of it's cycles for the purpose of optimizing it? Thanks in advance! Click to expand... Check this for a list of profilers: http://blogs.msdn.com/brada/archive/2005/03/17/398060.aspx but also take a look at this and don't start mesuring the wrong thing. http://blogs.msdn.com/ricom/archive/2004/02/17/74659.aspx Willy.
AdamM said: What tool can I use to see where my C# code is spending most of it's cycles for the purpose of optimizing it? Thanks in advance! Click to expand... Check this for a list of profilers: http://blogs.msdn.com/brada/archive/2005/03/17/398060.aspx but also take a look at this and don't start mesuring the wrong thing. http://blogs.msdn.com/ricom/archive/2004/02/17/74659.aspx Willy.