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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ccd04b355056eb04,start X-Google-Attributes: gid103376,public From: spear@wam.umd.edu (Eric Anthony Spear) Subject: performance tuning with gnat Date: 1996/05/10 Message-ID: <4mvkq1$nr4@cville-srv.wam.umd.edu>#1/1 X-Deja-AN: 154128968 organization: University of Maryland College Park newsgroups: comp.lang.ada Date: 1996-05-10T00:00:00+00:00 List-Id: Hi! I'm running gnat 3.01. I have a program that runs slower than I'd like. The trouble is, I don't know which parts are causing the slowdown. Are there any tools that can help me profile my program, breaking down by procedure/function cpu usage and/or disk usage/wait times? Thanks in advance.