StopwatchWin32ElapsedTime Method |
Returns the elapsed CPU time (in seconds) since the stopwatch was created.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double ElapsedTime()
Return Value
Type:
Doubleelapsed CPU time (in seconds) since the stopwatch was created
See Also