Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output.c161 uint32_t total_seconds; in timestamp_print() local
163 uint64_t total_seconds; in timestamp_print()
170 total_seconds = timestamp / freq; in timestamp_print()
179 time_t time_seconds = total_seconds; in timestamp_print()
208 total_seconds, ms * 1000U + us); in timestamp_print()
212 time_t time_seconds = total_seconds; in timestamp_print()
232 time_t time_seconds = total_seconds; in timestamp_print()
257 seconds = total_seconds; in timestamp_print()
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py86 deltah = delta.total_seconds() / 3600