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.6 required=5.0 tests=BAYES_05,HK_RANDOM_FROM, INVALID_DATE,MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!ncrlnk!wright!odin!tmcclory From: tmcclory@odin.wright.edu (Tom McClory) Newsgroups: comp.lang.ada Subject: Profile Tool Request Keywords: profiler tuning performance Message-ID: <661@thor.wright.EDU> Date: 19 Sep 89 12:28:54 GMT Sender: news@wright.EDU List-Id: Any recommendations for software tools to do Ada code tuning/performance enhancements? Something similar to the UNIX "prof" utility that is available for C. I've been handed 30 KLOC program written in Ada I inherited from someone else and given the goal to "make it faster". A profiling tool seemed the best way to attack this, but any strategy suggestions or tool recommendations would be appreciated.