How do I stamp two times t1 and t2 and get the difference in milliseconds in C?
Use gettimeofday() or better clock_gettime()