首页 > 代码库 > linux 时间函数
linux 时间函数
linux 时间函数:
time/time_t 秒
ftime/ struct timeb 毫秒
gettimeofday/struct timeval us
clock_gettime/ struct timespec ns
gmtime/localtime/timegm/mktime/strftime/struct tm
其中
time 精度低,
ftime 已废弃,
clock_gettime 系统调用,精度高
gettimeofday vsyscall ,系统态, 开销低
定时函数,用于让程序等待一段时间或安排计划任务:
- sleep
- alarm
- usleep
- nanosleep
- clock_nanosleep
- getitimer / setitimer
- timer_create / timer_settime / timer_gettime / timer_delete
- timerfd_create / timerfd_gettime / timerfd_settime
来源: http://www.cppblog.com/Solstice/archive/2014/08/21/139769.html
linux 时间函数
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。