On Jun 17, 1999, Samarjeet S Tomar <[EMAIL PROTECTED]> wrote:

> How can I measure time in Java (Is there a function like gethrtime() ?) I
> am using Kaffe to run it.

System.currentTimeMillis() is the best you can get in 100% Java, but
you can do more if you're willing to go native.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists

Reply via email to