Home
last modified time | relevance | path

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

/system/libufdt/tests/src/
Dufdt_overlay_test_app.c63 double cpu_time_used = ((double)(end - start)) / CLOCKS_PER_SEC; in apply_overlay_files() local
64 printf("ufdt_apply_overlay: took %.9f secs\n", cpu_time_used); in apply_overlay_files()
Dfdt_overlay_test_app.c60 double cpu_time_used = ((double)(end - start)) / CLOCKS_PER_SEC; in apply_overlay_files() local
61 printf(" fdt_apply_overlay: took %.9f secs\n", cpu_time_used); in apply_overlay_files()