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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,628db96aed07f717 X-Google-Attributes: gid103376,public From: kilgallen@eisner.decus.org (Larry Kilgallen) Subject: Re: profiling tool Date: 1999/06/11 Message-ID: <1999Jun11.105930.1@eisner>#1/1 X-Deja-AN: 488442530 X-Nntp-Posting-Host: eisner.decus.org References: X-Trace: news.decus.org 929113174 14704 KILGALLEN [216.44.122.34] Organization: LJK Software Reply-To: Kilgallen@eisner.decus.org.nospam Newsgroups: comp.lang.ada Date: 1999-06-11T00:00:00+00:00 List-Id: In article , =?iso-8859-1?Q?Thomas_Rutstr=F6m?= writes: > I need a good profiling tool for Ada, like tprof for C. I am trying to > optimize some Ada programs but it is difficult to find out where to do > these optimizations. Is there anyone who has some knowledge of Ada > optimization? Typically what people mean by "profiling" is an execution-time monitoring, rather than something based on static analysis of source. Therefore you must have a particular compiler and operating system (or lack thereof) in mind, and that is critical information if you want to get a helpful answer. If you were on VMS you could run your program under the Performance and Coverage Analyzer, but if you were on VMS you probably knew that :-). Larry Kilgallen