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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Pascal Obry Newsgroups: comp.lang.ada Subject: Re: Ada Annoyances Date: Mon, 26 Jun 2017 18:35:26 +0200 Organization: Home - http://www.obry.net Message-ID: <1498494926.2055.1.camel@obry.net> References: <1ac5a44b-4423-443a-a7bb-2864d9abe78f@googlegroups.com> <1498048151.20885.28.camel@obry.net> <36349149-4ef2-4a81-8360-a0fd24ba7625@googlegroups.com> Reply-To: pascal@obry.net NNTP-Posting-Host: NfdC6XRTmGD1ceKRWmGzhg.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Mailer: Evolution 3.22.6-1 Xref: news.eternal-september.org comp.lang.ada:47127 Date: 2017-06-26T18:35:26+02:00 List-Id: Hello Vincent, > Nice to meet you on this forum ! Yeah! Hope you're doing well. > > So do check for performance when the application actually run. >=20 > How can I do this ? Is there a package that allows an easy > instrumentation of the code, providing traces in real time ? Depending on the application. The first step is just to ensure that the application "meet" the time constraints. If not hard real time I usually do: $ time myapplication If the application is fast enough then that's all. If the application seems sluggish then you need to instrument it and profile it. And the fact is that I have rarely the need for this. Long time ago I did use gprof with GNAT. Regards, --=20 =C2=A0 Pascal Obry /=C2=A0=C2=A0Magny Les Hameaux (78) =C2=A0 The best way to travel is by means of imagination =C2=A0=C2=A0http://www.obry.net =C2=A0 gpg --keyserver keys.gnupg.net --recv-key F949BD3B