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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d1f23f0bd3971bec X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 29 Apr 2005 13:25:23 -0500 From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Timing Block of GNAT code in milliseconds References: <10m95m5yelieq$.kj1rktb792s3.dlg@40tude.net> X-Newsreader: Tom's custom newsreader Message-ID: Date: Fri, 29 Apr 2005 13:25:23 -0500 NNTP-Posting-Host: 24.6.127.15 X-Trace: sv3-ePY+GHKCMOc49iOxi+6xEgFPW6StE/UvflDkXFF90FiLIxh2O4XxcVIvU5FG9ER7K+L7Rex8eDEeJGG!zdLDcG2d+49IR+x1Sqpczcb5/Cb6PklsKZPaFd41slAZSAK08RmCd6GT568= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:10826 Date: 2005-04-29T13:25:23-05:00 List-Id: >idea of synchronized time stamps cannot be expressed in Ada terms. I would argue your problem is due to using a Calendar (or Real_Time) that thinks it's running on a single machine. Can you replace the library body with one that goes to a single time source for Ada.Calendar.Clock? (There's no requirement in the language that a call on Clock be fast ;)