X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Fcontext_switch%2F.spec;h=3268cbf446f6c13ea9fb05fc6198764225cb53e3;hb=564e7c0f3d64956c27a569e1b39290adf84b9656;hp=2e53e0e7ffcee72572a4968b68e459465e921372;hpb=d027b58f316922081fa2f7291dc8e45022910a7e;p=bertos.git diff --git a/boards/arduino/benchmark/context_switch/.spec b/boards/arduino/benchmark/context_switch/.spec index 2e53e0e7..3268cbf4 100644 --- a/boards/arduino/benchmark/context_switch/.spec +++ b/boards/arduino/benchmark/context_switch/.spec @@ -1 +1,15 @@ name = 'BeRTOS Context Switch' +description=""" +

+This benchmark measures the overhead (in us) required to deliver a +signal and switch from a low-priority process to a high-priority process. +

+

+The measure is made by the high-precision timer if supported by the +architecture. Alternatively, the time can also be measured using an external +oscilloscope connected to the board's status LED. +

+

+For more information have a look at the BeRTOS benchmarks page. +

+"""