Pro mini timers

Hello, I have a pro mini board, and I need a timer that is faster than millis(). Is there a timer that is faster but functions the same way? The 16bit timer is already used up. Thanks!

Have you tried micros()? 1000 micros = 1 millis

Ok, thanks for the suggestion! It looks like it will work, thanks!