码迷,mamicode.com
首页 > 系统相关 > 详细

linux 时间函数

时间:2014-10-13 19:47:46      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   ar   sp   2014   log   html   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 时间函数

标签:blog   http   os   ar   sp   2014   log   html   linux   

原文地址:http://www.cnblogs.com/songbingyu/p/4022658.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!