<-- Previous || Up || Next -->

Debug Timer Off Function
Basic Extensions Class

Public Function DebugTimerOff( _
    ) As String

Turn off the highest-level debug timer and return the timing(s) as a String.

Example:
    DebugTimerSample
    Timer #0:  2.75 s.
See also:
    DebugTimerOn Subroutine
    DebugTimers Function
    DebugTimerSample Subroutine
    Timer Function (Visual Basic)
Definition:
    DebugTimers(0, False)
Note: Since the resolution of the Timer is only 1/18 of a second, you should consider performing reasonably long tests.
v1.3 BugFix: Removed the unnecessary vEnable argument.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.