Re: How to measure performance of .NET applications?
- From: "ThunderMusic" <NoSpAmdanlatathotmaildotcom@xxxxxxxxxx>
- Date: Tue, 24 Jul 2007 10:18:26 -0400
hi,
You could use the StopWatch class in "System.Diagnostics" but it has a
pretty big overhead in close loops.... You can build your own by getting the
performancecounters... you can look there for an example :
http://www.codeproject.com/csharp/highperformancetimercshar.asp
I hope it helps
ThunderMusic
"Adam Badura" <abadura@xxxxx> wrote in message
news:%23B16MkczHHA.4928@xxxxxxxxxxxxxxxxxxxxxxx
I want a kind of profiler. I would like to now which function allocated
how much memory (that is easy to check with MS CLRProfiler). But I would
also like to now how much time was spend on executing each function, or
how many times it was called and so on. I couldn't find thouse features in
CLRProfiler.
Can anyone sugest a method or application for that?
Adam Badura
.
- Follow-Ups:
- Re: How to measure performance of .NET applications?
- From: Alvin Bruney [MVP]
- Re: How to measure performance of .NET applications?
- References:
- How to measure performance of .NET applications?
- From: Adam Badura
- How to measure performance of .NET applications?
- Prev by Date: Re: improve Regex efficiency for XmlEscape?
- Next by Date: Re: How to measure performance of .NET applications?
- Previous by thread: How to measure performance of .NET applications?
- Next by thread: Re: How to measure performance of .NET applications?
- Index(es):