由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Linux/Unix下时间的精度 (转载)
相关主题
如何在Linux/Unix下获取微秒级的进程时间?[转载] Any PC 2 Phone tools for Linux?
[转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?[转载] 谁读过Richard Stevens的UNIX高级编程
Re: [转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?anyone used C in plotting in Linux or Unix?
[转载] multi-timer programming in unix, question?在UNIX下ls有颜色么?
Help! How to set up a timer?How to install Unix(SunOS) on my WinXP PC?
What is a jiffy in linux?[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题
UNIX vs LINUX? why?[转载] any print screen tools in Linux or Unix?
How to view chinese character in Linux or UnixUNIX 下 Netscape 直接进行中文打印
相关话题的讨论汇总
话题: linux话题: 精度话题: select话题: unix
进入Unix版参与讨论
1 (共1页)
t****o
发帖数: 181
1
【 以下文字转载自 Programming 讨论区 】
发信人: tookoo (tookoo), 信区: Programming
标 题: Linux/Unix下时间的精度
发信站: BBS 未名空间站 (Sun Oct 9 20:51:38 2005), 站内
发信人: tookoo (tookoo), 信区: Linux
标 题: Linux/Unix下时间的精度
发信站: BBS 未名空间站 (Sun Oct 9 20:51:07 2005), 转信
Linux下面的C编程,
想计算一段程序的执行时间,
我现在用time()来取时间,
它的精度太差了,
只能精确到秒,
有什么函数可以取到更高的时间精度吗?
譬如,微秒,毫秒什么的,
谢谢。
T********r
发帖数: 6210
2
gettimeofday or select

【在 t****o 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: tookoo (tookoo), 信区: Programming
: 标 题: Linux/Unix下时间的精度
: 发信站: BBS 未名空间站 (Sun Oct 9 20:51:38 2005), 站内
: 发信人: tookoo (tookoo), 信区: Linux
: 标 题: Linux/Unix下时间的精度
: 发信站: BBS 未名空间站 (Sun Oct 9 20:51:07 2005), 转信
: Linux下面的C编程,
: 想计算一段程序的执行时间,
: 我现在用time()来取时间,

o******g
发帖数: 114
3
I guess gettimeofday is good enough for measuring clock timer. but select
doesn't really work for
measuring.
If you wanna measure the "User cpu time" and "system cpu time", may be
directly call "system("time yourprocess args") will be btter.

【在 T********r 的大作中提到】
: gettimeofday or select
T********r
发帖数: 6210
4
select works. before I knew gettimeofday, I had known that select works.
man select, you will know it's true.

【在 o******g 的大作中提到】
: I guess gettimeofday is good enough for measuring clock timer. but select
: doesn't really work for
: measuring.
: If you wanna measure the "User cpu time" and "system cpu time", may be
: directly call "system("time yourprocess args") will be btter.

1 (共1页)
进入Unix版参与讨论
相关主题
UNIX 下 Netscape 直接进行中文打印Help! How to set up a timer?
请问unix好,还是linux好?What is a jiffy in linux?
怎么在Unix/Linux下安装Matlab?UNIX vs LINUX? why?
商业周刊:麦克尼利要走Linux实用主义路线(T)How to view chinese character in Linux or Unix
如何在Linux/Unix下获取微秒级的进程时间?[转载] Any PC 2 Phone tools for Linux?
[转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?[转载] 谁读过Richard Stevens的UNIX高级编程
Re: [转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?anyone used C in plotting in Linux or Unix?
[转载] multi-timer programming in unix, question?在UNIX下ls有颜色么?
相关话题的讨论汇总
话题: linux话题: 精度话题: select话题: unix