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

+"""