Searched refs:CLOCKS_PER_SEC (Results 1 – 6 of 6) sorted by relevance
10 # define CLOCKS_PER_SEC (USER_HZ) /* in "ticks" like times() */ macro
10 # define CLOCKS_PER_SEC USER_HZ /* frequency at which times() counts */ macro
36 while ((clock() - start_clock) * 1000 / CLOCKS_PER_SEC < in main()
131 printf("time spent = %f\n", (double)(end - begin) / CLOCKS_PER_SEC); in main()
628 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_fdpic_tables()
243 NEW_AUX_ENT(AT_CLKTCK, CLOCKS_PER_SEC); in create_elf_tables()