Timer Guidelines
This page provides details on how to use timers in Intel® DAL. For an overview of what timers do, see
Timers.
Timer is an object of class
com.intel.util.TimerManager.Timer
. Timer becomes a “running timer” when an instance of com.intel.util.TimerManager.Timer
is created and started by Timer.start(int, byte[], int, int, boolean)
.