caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Pierre Weis <Pierre.Weis@inria.fr>
To: berruyer@meteor.aurecvideo.fr (Berruyer)
Cc: caml-list@inria.fr
Subject: Re: gestion du temps en Caml ?
Date: Thu, 19 Feb 1998 17:34:54 +0100 (MET)	[thread overview]
Message-ID: <199802191634.RAA26446@pauillac.inria.fr> (raw)
In-Reply-To: <01bd3e84$1d6056a0$be7b33c2@berruyer.aurecvideo.fr> from Berruyer at "Feb 21, 98 08:49:06 am"

En Caml Light 0.74: la fonction sys__time : unit -> float donne le
temps e'coule' depuis le lancement du programme (ou du syste`me
interactif).
Sous Unix, vous pouvez aussi utiliser l'interface avec le syste`me
(module unix, fonction unix__time pour Caml Light et Unix.time pour
Objective Caml).

If you use Caml Light 0.74: the sys__time : unit -> float function
returns the elapsed time since the beginning of the execution.
Alternatively, under Unix, you may use the Unix module that provides
an interface to the operating system (unix__time for Caml Light, or
Unix.time for Objective Caml).

Pierre Weis

INRIA, Projet Cristal, Pierre.Weis@inria.fr, http://pauillac.inria.fr/~weis/







  reply	other threads:[~1998-02-19 16:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-21  4:49 Berruyer
1998-02-19 16:34 ` Pierre Weis [this message]
1998-02-19 17:27   ` GillesDfnx
1998-02-19 16:44 ` Patrick Loiseleur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199802191634.RAA26446@pauillac.inria.fr \
    --to=pierre.weis@inria.fr \
    --cc=berruyer@meteor.aurecvideo.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).