'Declaration
Public Shared Function GetPerfDurationSecs( _ ByVal startTicks As Long _ ) As Decimal
public static decimal GetPerfDurationSecs( long startTicks )
The number of seconds (or fraction of seconds) that have elapsed since the moment in time represented by the startTicks parameter.
See the GetPerfTimer Method for more information on how to obtain a valid tick count value.
For more information on instrumenting code to performing timing and performance testing, please see MSKB Article 172338 entitled "How to use QueryPerformanceCounter to Time Code."
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family