How would I get the number of clocks per second from the processor.
For example - if i have program A and I run it and it takes 123 clocks per second - how can I get the program to return that numer of clocks
I know I use the time.h
and i have tried the clock() - function
is that the correct function for that or is there a better one
For example - if i have program A and I run it and it takes 123 clocks per second - how can I get the program to return that numer of clocks
I know I use the time.h
and i have tried the clock() - function
is that the correct function for that or is there a better one