ObjectAL
 All Classes Functions Variables Properties Pages
mach_timing.h
1 /*
2  * mach_timing.h
3  * ObjectAL
4  *
5  * Created by Karl Stenerud on 10-08-18.
6  *
7  */
8 
9 #include <mach/mach_time.h>
10 
18 double mach_absolute_difference_seconds(uint64_t endTime, uint64_t startTime);