This website requires JavaScript.
Explore
Help
Register
Sign In
kaspar
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2025-12-14 17:13:50 +01:00
Code
Releases
Activity
RIOT
/
sys
/
benchmark
History
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