Show/Hide Toolbars

Inventu Viewer+ .NET Programmer's Reference

Navigation: HostConnection Class > Methods

getTimerMark (method)

Scroll Prev Top Next More

Return a TimerTick  (1000's of second since system boot) set using the setTimerMark method

 

unsigned int HostConnection.getTimerMark(unsigned int index);

 

 

Arguments

 

HostConnection

 Required. HostConnection object.

 

 

indexIndex 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, 0 is returned

 

Remarks

 

Return the result of a prior setTimerMark for the same index.  These values can be useful in implementing performance measurements for portions of your application.

 

Requirements

 

Inventu Viewer+

 

See Also

 

setTimerMark

 

Applies To: HostConnection object

 


© 2022 Inventu Corporation