12 2015 档案

摘要:#import double MachTimeToSecs(uint64_t time){ mach_timebase_info_data_t timebase; mach_timebase_info(&timebase); return (double)time * (doubl... 阅读全文
posted @ 2015-12-23 12:50 bGl1bGVp 阅读(283) 评论(0) 推荐(0)
摘要:#include #include clock_serv_t cclock; mach_timespec_t mts; host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &cclock); clock_get_ti... 阅读全文
posted @ 2015-12-14 17:05 bGl1bGVp 阅读(254) 评论(0) 推荐(0)