Searched refs:tic (Results 1 – 1 of 1) sorted by relevance
120 uint64_t tic = 0, toc = 0; in handleTimerEvent() local139 tic = chreGetTime(); in handleTimerEvent()143 sensor, success ? "success" : "failure", (toc - tic) / 1000); in handleTimerEvent()146 tic = chreGetTime(); in handleTimerEvent()150 sensor, success ? "success" : "fail", (toc - tic) / 1000); in handleTimerEvent()165 tic = chreGetTime(); in handleTimerEvent()169 sensor, success ? "success" : "failure", (toc - tic) / 1000); in handleTimerEvent()