KCML_PerfTimer_Poll
Purpose
Poll a performance timer.
Definition
DEFSUB 'KCML_PerfTimer_Poll(nTimerId, BYREF rTimes$_KCML_PerfTimerRec)) AS Bool
Parameters
| nTimerId | Timer ID allocated by 'KCML_PerfTimer_Start() |
| rTimes | Buffer to receive result |
Return
Returns TRUE is successful. FALSE if nTimerID is not valid.
Description
Polls a timer that was started with KCML_PerfTimer_Start. Returns a KCML_PerfTimerRec DEFRECORD which contains the timer's duration and processor times.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.