1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_overhead
2021-03-04 10:48:27 +01:00
..
tests tests/ztimer_overhead: update to use signed ztimer_overhead() 2020-03-10 12:23:33 +01:00
app.config.test sys/ztimer/kconfig: add defaults for backends 2021-03-04 10:48:27 +01:00
main.c tests/ztimer_overhead: update to clock->adjust_set 2020-09-22 11:50:02 +02:00
Makefile tests: add ztimer test applications 2020-03-04 12:44:02 +01:00
README.md tests: add ztimer test applications 2020-03-04 12:44:02 +01:00

Introduction

This test application sets up a ztimer_periph at 1MHz, then measures 1024 times how much overhead ztimer adds.

It uses the "ztimer_overhead()" function. See it's documentation for more information.