X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Flpc-p2378%2Fbenchmark%2Fcontext_switch%2F.spec;h=3268cbf446f6c13ea9fb05fc6198764225cb53e3;hb=d34c4c92b4d64258077e1caeb0723db404ae9951;hp=f01f113d9fd85c11ba305ef4b13eaf2f3a335ddf;hpb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;p=bertos.git diff --git a/boards/lpc-p2378/benchmark/context_switch/.spec b/boards/lpc-p2378/benchmark/context_switch/.spec index f01f113d..3268cbf4 100644 --- a/boards/lpc-p2378/benchmark/context_switch/.spec +++ b/boards/lpc-p2378/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. +

+"""