comp.lang.ada
 help / color / mirror / Atom feed
From: "Marc A. Criley" <mcNOSPAM@mckae.com>
Subject: Re: Timing Block of GNAT code in milliseconds
Date: Thu, 21 Apr 2005 14:40:41 -0500
Date: 2005-04-21T14:40:41-05:00	[thread overview]
Message-ID: <6e403$426801d3$49955b7$25683@ALLTEL.NET> (raw)
In-Reply-To: <1114109602.373794.96920@l41g2000cwc.googlegroups.com>

markp wrote:

> I tried this and got some errors. Hereis what my code looks like
> 
>    My_Time    : Ada.Calendar.Time;
>    Result        : Ada.Calendar.Time;

Result should by declared to be of type Duration, just like the error 
message said.

> 
>   My_Time := Ada.Calendar.Clock;
>   Result  := (Ada.Calendar.Clock - My_Time)/1000;
> 
> The error I get is :
> 
> Expected private type Ada.Calendar.Time
> Expected type Standard Duration
> 
> on the piece of code (Ada.Calendar.Clock - My_Time).
> 
> Lastly,
> 
> How would I print out Result?

Put_Line(Duration'Image(Result));

Marc A. Criley
www.mckae.com



  reply	other threads:[~2005-04-21 19:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-21 13:28 Timing Block of GNAT code in milliseconds markp
2005-04-21 18:00 ` tmoran
2005-04-21 18:53   ` markp
2005-04-21 19:40     ` Marc A. Criley [this message]
2005-04-21 19:44     ` Simon Wright
2005-04-22  1:00   ` Steve
2005-04-23  5:39     ` Simon Wright
2005-04-23 17:49       ` Steve
2005-04-24 18:57         ` Simon Wright
2005-04-24 20:05           ` Dmitry A. Kazakov
2005-04-25 22:56             ` Randy Brukardt
2005-04-28 20:26             ` Simon Wright
2005-04-29  8:11               ` Dmitry A. Kazakov
2005-04-29 18:25                 ` tmoran
2005-04-29 19:19                   ` Dmitry A. Kazakov
2005-04-29 20:24                     ` tmoran
2005-04-30  9:47                       ` Dmitry A. Kazakov
2005-04-29 20:52                 ` Randy Brukardt
2005-04-30 10:02                   ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox