X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fcontext_switch%2F.spec;h=3268cbf446f6c13ea9fb05fc6198764225cb53e3;hb=1560ea69dbd5da833d13fa0af9d9afbf70db5beb;hp=f01f113d9fd85c11ba305ef4b13eaf2f3a335ddf;hpb=a256e501c16b63a423267f8621d6bdcda20d3f3a;p=bertos.git diff --git a/boards/stm32-p103/benchmark/context_switch/.spec b/boards/stm32-p103/benchmark/context_switch/.spec index f01f113d..3268cbf4 100644 --- a/boards/stm32-p103/benchmark/context_switch/.spec +++ b/boards/stm32-p103/benchmark/context_switch/.spec @@ -1 +1,15 @@ -name = 'BeRTOS context switch' +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. +

+"""