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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:680a:: with SMTP id d10mr7594088ioc.35.1547202897617; Fri, 11 Jan 2019 02:34:57 -0800 (PST) X-Received: by 2002:aca:4eca:: with SMTP id c193mr83200oib.7.1547202897487; Fri, 11 Jan 2019 02:34:57 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!q69no41310itb.0!news-out.google.com!v71ni97ita.0!nntp.google.com!k10no41330itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 11 Jan 2019 02:34:57 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=57.79.21.10; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 57.79.21.10 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8c141d8a-49ca-4732-9939-edaf17750fe1@googlegroups.com> Subject: GNAT Metric and RTL files ? From: gautier_niouzes@hotmail.com Injection-Date: Fri, 11 Jan 2019 10:34:57 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55264 Date: 2019-01-11T02:34:57-08:00 List-Id: Hi everybody, For running GNAT metric (for Windows, GPL 2017 or CE 2018) I'd like to incl= ude the RTL sources as well. There is a "-a" switch but it seems to be inef= fective. When I'm forcing visibility of RTL sources, only ada.ads and syste= m.ads are processed. Guessing it is a "crunched name" issue (RTL file names= forced to 8 character names) I've tried other tricks without success. My question is: is there a way to get the RTL source metrics (of the source= files actually used) with GNAT Metric? I'm using the command gnatmetric -a -xs -nt -j0 -Pmyproj.gpr -U somemain.adb=20 TIA G.