Write me a program that times how long it takes to make An empty loop of 10,000 times 10,000 quick system calls 10,000 calls to the standard c library 10,000 calls to a function you wrote 10,000 method calls you wrote 10,000 opens and closes of a file. Hints: You can use gettimeofday() to find out how long something takes Print the results per iteration, not a total for all 10,000 You must use a compiled language Be careful with the optimizer Feel free to cut and paste This should be easy Points 1 point per answer above -1 point per day after Wed Sep 7 at 5pm