Save a system GetTickCount() (1000's of second since system boot) can be retrieved using the getTimerMark method
void HostConnection.setTimerMark(unsigned int index); |
Arguments
HostConnection
Required. HostConnection object.
index | Index of the timer mark--at the time of this writing, up to 6 timer marks may be set or retrieved--if an index is specified that is greater than the active maximum, no action is taken (no exception will be thrown either) |
Remarks
Set a timerMark for the index, which has a resolution of a millisecond (1000's of a second). These values can be useful in implementing performance measurements for portions of your application.
Requirements
Inventu Viewer+
See Also
Applies To: HostConnection object
© 2022 Inventu Corporation