X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Fbenchmark%2FREADME;fp=examples%2Fbenchmark%2FREADME;h=fba1a625d1cadbe1be9e6a62fc0abdecc93593c4;hb=1d10dbcdf05ceaf77f1f6a394e6ee63050d6c89a;hp=0000000000000000000000000000000000000000;hpb=c506949d3112a6eacbbe05f98a5200c38de3b9b5;p=bertos.git diff --git a/examples/benchmark/README b/examples/benchmark/README new file mode 100644 index 00000000..fba1a625 --- /dev/null +++ b/examples/benchmark/README @@ -0,0 +1,7 @@ +In this directory there are a couple of projects useful to measure various +BeRTOS features. Not all the projects are meaningful programs, for example +flash occupation benchmarks just call once most or all functions of a module +just to let the compiler generate the corresponding code. + +Below there's a description of single projects: + - kernel-only_arm/: priority kernel, signals, message queues.