由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: JAVA中测时间的方法?
相关主题
java可以调用dll吗?Java会产生更多的page fault导致速度变慢
请教若干问题你们谁去劝一下goodbug要点脸?
help!!Re: JAVA有没有象C中SYSTEM那样的METHOD?
NoClassDefFoundError问一个java和netbeans的问题
sigh, Java needs arraycopy for imagingRe: 如何读取serial port in Java
迷惑了很久,java 和 c++ 到底谁快?Re: 问一个关于Java Native Interface的问题
怎么返回一个变量的地址?Re: 如何Debug 在JNI 里调用的DLL? (急)
请教大牛:java可以做这件事情吗今天才知道
相关话题的讨论汇总
话题: java话题: 中测话题: overhead话题: developer话题: forum
进入Java版参与讨论
1 (共1页)
y***h
发帖数: 4
1

For reference only,
copied from Java Developer Connection Forum, written by
knoxos:
d*x
发帖数: 9
2
The best I could do was using JNI to invoke the Solaris high resolution
timer. That gave me a resolution of around 30us(the cost mostly being
the JNI overhead and Solaris System call overhead).
On i386 platforms, you can directly get hardware clock from a register.
This register exists on Pentium+ machines, it records every tick of the
CPU. So for a 1GHz box, that is a nanosec resolution timer(well, not
exactly, there will be some overhead in reading the register). This wouldn't
help in Java tho
1 (共1页)
进入Java版参与讨论
相关主题
今天才知道sigh, Java needs arraycopy for imaging
Help! How to call the C functions in a java program?迷惑了很久,java 和 c++ 到底谁快?
求助Java Image Tools or API怎么返回一个变量的地址?
有人用过hp Jornada上的chaiVM?请教大牛:java可以做这件事情吗
java可以调用dll吗?Java会产生更多的page fault导致速度变慢
请教若干问题你们谁去劝一下goodbug要点脸?
help!!Re: JAVA有没有象C中SYSTEM那样的METHOD?
NoClassDefFoundError问一个java和netbeans的问题
相关话题的讨论汇总
话题: java话题: 中测话题: overhead话题: developer话题: forum