X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7s-ek%2Fbenchmark%2Fcontext_switch%2F.spec;h=3268cbf446f6c13ea9fb05fc6198764225cb53e3;hb=cc3e0b349232c473385e2f136a3185e5f2fb6031;hp=2e53e0e7ffcee72572a4968b68e459465e921372;hpb=9add062a61029071c38f672621d89177d71f3b59;p=bertos.git diff --git a/boards/at91sam7s-ek/benchmark/context_switch/.spec b/boards/at91sam7s-ek/benchmark/context_switch/.spec index 2e53e0e7..3268cbf4 100644 --- a/boards/at91sam7s-ek/benchmark/context_switch/.spec +++ b/boards/at91sam7s-ek/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. +

+"""