Searched refs:cpu_time_used (Results 1 – 2 of 2) sorted by relevance
63 double cpu_time_used = ((double)(end - start)) / CLOCKS_PER_SEC; in apply_overlay_files() local64 printf("ufdt_apply_overlay: took %.9f secs\n", cpu_time_used); in apply_overlay_files()
60 double cpu_time_used = ((double)(end - start)) / CLOCKS_PER_SEC; in apply_overlay_files() local61 printf(" fdt_apply_overlay: took %.9f secs\n", cpu_time_used); in apply_overlay_files()