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,e7ac0b21c6d808e6 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Timing of ADA code Date: 1998/07/31 Message-ID: <6ptaj4$hq7@lotho.delphi.com>#1/1 X-Deja-AN: 376783703 Organization: Delphi Internet Services Newsgroups: comp.lang.ada Date: 1998-07-31T00:00:00+00:00 List-Id: On Windows 95, for high resolution timing, you might want to use QueryPerformanceCounter. With many caveats.