Monday, June 06, 2005

High Performance Timers

There is no easy way to get very precise timings within the .NET Framework to see exactly how long code takes to execute or how long it takes to access a database. However, the Windows Platform does expose such functionality through performance counters and we can use interop to access it directly from within our .NET code

See this content on www.pocketnerd.net -->

No comments: