Stories recently tagged with 'Stopwatch'

Performance Comparisons (a Helper Class)(winsharp93.wordpress.com)

submitted by winSharp93winSharp93(235) 2 years, 9 months ago

A little but handy helper class to run (small) performance tests. read more...

add a comment |category: |Views: 16

tags: another

Speed Testing and the Stopwatch Class(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4217) 5 years, 6 months ago

Software must operate at a speed that is acceptable to the end user. Often large improvements can be made by improving the speed of short-lived but heavily used routines. The speed of these can be accurately measured using the .NET 2.0 Stopwatch class. read more...

add a comment |category: |Views: 10

tags: another

Measuring Time More Accurately(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 7 months ago

How to accurately measure how much time has passed while performing some operation? Use the Stopwatch class. Here is how. read more...

3 comments |category: |Views: 23

tags: another