Home
last modified time | relevance | path

Searched refs:current_timestamp (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/subsys/logging/logger/src/
Dmain.c180 volatile uint32_t current_timestamp; in performance_showcase() local
205 current_timestamp = timestamp_get(); in performance_showcase()
207 } while (current_timestamp < (start_timestamp + window)); in performance_showcase()