X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fbenchmark%2Fkernel_footprint.h;fp=bertos%2Fbenchmark%2Fkernel_footprint.h;h=64a33e401afa25eb9ee11a8b284aaa21ee3298da;hb=e35d406ad6b59984f63a70a8df0e56d665557327;hp=0000000000000000000000000000000000000000;hpb=7a9d53d7bdc19297b8420bc02f123d2db3b18b8c;p=bertos.git diff --git a/bertos/benchmark/kernel_footprint.h b/bertos/benchmark/kernel_footprint.h new file mode 100644 index 00000000..64a33e40 --- /dev/null +++ b/bertos/benchmark/kernel_footprint.h @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \author Daniele Basile + * + * \brief Kernel footprint benchmark. + * + * $WIZ$ module_name = "kernel_footprint" + * $WIZ$ module_depends = "kfile", "kern", "signal", "msg", "event" + */ + +#ifndef BENCHMARK_KERNEL_FOOTPRINT_H +#define BENCHMARK_KERNEL_FOOTPRINT_H + +void kernel_footprint(void); + +#endif /* BENCHMARK_KERNEL_FOOTPRINT_H */