The 'pulse' method takes arguments of a pin to change, the period to change it for and its initial state.
The call to t.update() will take a matter of microseconds to run, unless the appropriate period of time has passed.
Lets look at another example that uses two timer events. One to flash an LED and another that reads A0 and displays the result in the Serial Monitor.