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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,32397e53f83af42a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-24 03:09:49 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fr.ip.ndsoftware.net!teaser.fr!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: profiler Date: Fri, 24 Oct 2003 10:07:45 +0000 Organization: Cuivre, Argent, Or Message-ID: References: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1066990113 30737 80.67.180.195 (24 Oct 2003 10:08:33 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Fri, 24 Oct 2003 10:08:33 +0000 (UTC) Cc: comp.lang.ada@ada-france.org To: Peter Hermann Return-Path: In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 24 Oct 2003 10:07:43.0028 (UTC) FILETIME=[AA19C740:01C39A16] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:1585 Date: 2003-10-24T10:07:45+00:00 On Fri, 2003-10-24 at 09:21, Peter Hermann wrote: > please inform me about ways to profile an Ada program. > A friend needs statistics on consumption of CPU-time and wall-clock-time > of his Ada program system. Linux as a command "time" that gives this. When I need to measure parts of the program I instrument it using Ada.Calendar et al. (There are thousands of examples on this list. Search for "Clock", "Duration", "Ada.Calendar".)