home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 7_2009-2012.ISO / data / zips / A_Virtual_2209538162011.psc / modHardwareCounter.bas < prev   
BASIC Source File  |  2011-08-09  |  631b  |  15 lines

  1. Attribute VB_Name = "modHardwareCounter"
  2.  
  3. Option Explicit
  4.  
  5. ' ===========================================================================
  6. ' System Hardware Counter/Timer Module     Jan-2011, Randy Manning.
  7. ' ===========================================================================
  8. '
  9. '--About high resolution timing--
  10. 'Especially when having a go at Programming Challenges, it can be
  11. 'vital to know how long a function or an algorithm takes to run.
  12. '
  13. 'C standard library provides the clock() function, which can be used
  14. 'to measure the elapsed time. It is a system independent C function
  15. 'declared in time.h (compats