The code for the first timer calls:
- cpp Code: Select all
device->getTimer()->start();
u32 timerStart = device->getTimer()->getTime();
and the code when I check the timer again.
- cpp Code: Select all
u32 timerEnd = device->getTimer()->getTime();
Thanks for the assistance

