1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/benchmark
Benjamin Valentin 5833bcb7ba sys/benchmark: fix divide by zero if runs < 1000
If runs < 1000, `runs / 1000` will result in 0 - which causes a division by 0.
2022-02-08 12:52:48 +01:00
..
benchmark.c sys/benchmark: fix divide by zero if runs < 1000 2022-02-08 12:52:48 +01:00
Kconfig sys/ztimer/kconfig: enable xtimer compat only with timer backend 2021-12-02 09:38:06 +01:00
Makefile sys: added simple benchmark module 2018-01-31 13:55:36 +01:00