Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/
Dshell.c531 double time_per_loop = (double)total_time / loops; in speed_output() local
535 if (time_per_loop > 0) { in speed_output()
536 throughput /= (time_per_loop / 1000.0); in speed_output()
545 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()
/Zephyr-latest/drivers/flash/
Dflash_shell.c359 double time_per_loop = (double)total_time / loops; in speed_output() local
363 if (time_per_loop > 0) { in speed_output()
364 throughput /= (time_per_loop / 1000.0); in speed_output()
373 total_time, time_per_loop, throughput, speed_types[speed_index]); in speed_output()