由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何在Linux/Unix下获取微秒级的进程时间?
相关主题
Linux/Unix下时间的精度 (转载)请各位补充一下现有的操作系统
How to install Unix(SunOS) on my WinXP PC?need help on IPsec
[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题如何让UNIX的机器和WINDOWS XP的机器之间实现共享?
How to implement sopen on unix?最好的free unix distribution是什么
about Sun Workstationshow to change the log in shell?
tcsh question IIUNIX vs LINUX? why?
[转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?How to view chinese character in Linux or Unix
Re: [转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?[转载] Any PC 2 Phone tools for Linux?
相关话题的讨论汇总
话题: linux话题: 微秒话题: unix话题: 进程话题: 时间
进入Unix版参与讨论
1 (共1页)
b****y
发帖数: 169
1
经反复检验,
clock()和times()都只能到百分之一秒,
无论是在linux上还是Sun上。
gettimeofday 倒是可以得到微秒级的系统
时间,但不是我要的进程时间。不知有没有
其他办法呀?
谢谢。
f*******u
发帖数: 76
2
how about getrusage()?

【在 b****y 的大作中提到】
: 经反复检验,
: clock()和times()都只能到百分之一秒,
: 无论是在linux上还是Sun上。
: gettimeofday 倒是可以得到微秒级的系统
: 时间,但不是我要的进程时间。不知有没有
: 其他办法呀?
: 谢谢。

b****y
发帖数: 169
3
Thank you.
But according to my test, it's also with
precision 0.01second.
There is another possiblility on SunOS:
gethrvtime(). which does not work on Linux.

【在 f*******u 的大作中提到】
: how about getrusage()?
l******t
发帖数: 108
4

it's gethrtime()
hr means high resolution
someone tell me that if you run your program using
'ptime your_program'
then the timing is the process time

【在 b****y 的大作中提到】
: Thank you.
: But according to my test, it's also with
: precision 0.01second.
: There is another possiblility on SunOS:
: gethrvtime(). which does not work on Linux.

a**s
发帖数: 1398
5
只能到这一步了。

【在 b****y 的大作中提到】
: 经反复检验,
: clock()和times()都只能到百分之一秒,
: 无论是在linux上还是Sun上。
: gettimeofday 倒是可以得到微秒级的系统
: 时间,但不是我要的进程时间。不知有没有
: 其他办法呀?
: 谢谢。

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] Any PC 2 Phone tools for Linux?about Sun Workstations
[转载] 谁读过Richard Stevens的UNIX高级编程tcsh question II
anyone used C in plotting in Linux or Unix?[转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?
在UNIX下ls有颜色么?Re: [转载] 什么是LWP呢?Re: 如何在Linux/Unix下获取微秒级的进程时间?
Linux/Unix下时间的精度 (转载)请各位补充一下现有的操作系统
How to install Unix(SunOS) on my WinXP PC?need help on IPsec
[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题如何让UNIX的机器和WINDOWS XP的机器之间实现共享?
How to implement sopen on unix?最好的free unix distribution是什么
相关话题的讨论汇总
话题: linux话题: 微秒话题: unix话题: 进程话题: 时间