X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fbenchmark%2Fcontext_switch.h;fp=bertos%2Fbenchmark%2Fcontext_switch.h;h=e17921aeeee0054d686f99c361de95ca9015d9aa;hb=8e9b1ada815064b18774695225d12986bc36bb10;hp=0000000000000000000000000000000000000000;hpb=6542f8a6e9ce3289832a90b5f2518e05347b464b;p=bertos.git diff --git a/bertos/benchmark/context_switch.h b/bertos/benchmark/context_switch.h new file mode 100644 index 00000000..e17921ae --- /dev/null +++ b/bertos/benchmark/context_switch.h @@ -0,0 +1,49 @@ +/** + * \file + * + * + * \brief Context switch benchmark + * + * \author Andrea Righi + * \author Daniele Basiele + * + * $WIZ$ module_name = "context_switch" + * $WIZ$ module_depends = "kfile", "kern", "signal", "timer", "ser" + * $WIZ$ module_configuration = "bertos/cfg/cfg_context_switch.h" + * $WIZ$ module_hw = "bertos/hw/hw_led.h" + */ + +#ifndef BENCHMARK_CONTEXT_SWITCH_H +#define BENCHMARK_CONTEXT_SWITCH_H + +void context_switch(void); + +#endif /* BENCHMARK_CONTEXT_SWITCH_H */