What is the reaction time of the Arduino interrupt?

arduinoaleman:
If it is Linux or something else ... interrupts will be handled immediately (within a few clock cycles). The new Raspberry Pi runs at 900 MHz having 4 cores. Only one of them is needed to handle the interrupt routine.

Show us the scope/logic analyser traces.