由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to get time in milliseconds since 1970 (linux)
相关主题
how to get time in milliseconds since 1970 on Linuxnodetime 是个好玩意儿
how to get time() result in millisecond precision? (转载)Go 1.5 这个 low latency GC 到底有多厉害?
Which is the most powerful OS for programmers?August 2015 go 1.5 跳票了
如何 测量某个函数的运行时间?有没有什么简单的方法从一个double precision的floating point 中读出一个特定的bit?
C++ 问题紧急求救code profiling 的问题
Shuffle performance (C#)老掉牙的FORTRAN 编程,在REAL*16中,那个是DBLE的替代函数?
一个搞统计的对C#的第一印象how to solve too large positive summation go to negative in fortran programming?
Google Cloud Platform for $500 (转载)register variable
相关话题的讨论汇总
话题: time话题: 1970话题: since
进入Programming版参与讨论
1 (共1页)
mw
发帖数: 525
1
hi,
time() can give the time passed since the beginning of 1970 in Second
precision, but what if I need millisecond precision?
does anyone here know if there is a function that can help to get time()
result in millisecond?
thanks a million!
p**s
发帖数: 2707
2
gettimeofday

【在 mw 的大作中提到】
: hi,
: time() can give the time passed since the beginning of 1970 in Second
: precision, but what if I need millisecond precision?
: does anyone here know if there is a function that can help to get time()
: result in millisecond?
: thanks a million!

mw
发帖数: 525
3
such a big favor!
thanks a lot!

【在 p**s 的大作中提到】
: gettimeofday
1 (共1页)
进入Programming版参与讨论
相关主题
register variableC++ 问题紧急求救
C++怎么不打印小数结尾的0Shuffle performance (C#)
how to convert str to double一个搞统计的对C#的第一印象
CPU double precision (转载)Google Cloud Platform for $500 (转载)
how to get time in milliseconds since 1970 on Linuxnodetime 是个好玩意儿
how to get time() result in millisecond precision? (转载)Go 1.5 这个 low latency GC 到底有多厉害?
Which is the most powerful OS for programmers?August 2015 go 1.5 跳票了
如何 测量某个函数的运行时间?有没有什么简单的方法从一个double precision的floating point 中读出一个特定的bit?
相关话题的讨论汇总
话题: time话题: 1970话题: since