From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3f110fdc1de45ffb,start X-Google-Attributes: gid103376,public From: "=:-) Vincent" Subject: REAL TIME Date: 1999/01/13 Message-ID: <916245170.940959@dedale.pandemonium.fr>#1/1 X-Deja-AN: 432171448 Cache-Post-Path: dedale.pandemonium.fr!unknown@195.10.9.111 Organization: The Pandemonium Group X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Newsgroups: comp.lang.ada Date: 1999-01-13T00:00:00+00:00 List-Id: I am developping with GNAT 3.10p for Windows NT... How is the function Ada.Real_Time.Clock implemented ? Is it more (or less) accurate than the GetTickCount API or is it "built" on it ? If I get a duration with Ada.Real_Time.To_Duration() from a Time_Span type value, is the 5th digit significant ? Thanks.