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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ba6120170d8e7faf,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-04 15:13:46 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.abs.net!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: StationSteve Subject: Worst Case Execution Time Tool? X-Nntp-Posting-Host: hl20s04182.tx.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C0D536C.2E059EE8@computer.org> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en Mime-Version: 1.0 Date: Tue, 4 Dec 2001 22:51:24 GMT X-Mailer: Mozilla 4.61 [en] (Win95; U) Xref: archiver1.google.com comp.lang.ada:17419 Date: 2001-12-04T22:51:24+00:00 List-Id: Are there any tools that quantitatively determine the worst case execution time (WCET) of an Ada83 program or subprogram? Execution platform is Intel 80386SX bare machine. I think I'm looking for something similar to SPARK Examiner's WCET analysis, but for Ada83. Thanks in advance for any help...