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 10.58.46.204 with SMTP id x12mr5165460vem.19.1390155498595; Sun, 19 Jan 2014 10:18:18 -0800 (PST) X-Received: by 10.140.50.230 with SMTP id s93mr7880qga.9.1390155498535; Sun, 19 Jan 2014 10:18:18 -0800 (PST) Path: backlog2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!6no18614777qao.1!news-out.google.com!gg4ni8736qab.0!nntp.google.com!6no18614773qao.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 19 Jan 2014 10:18:18 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.69.48.30; posting-account=xhShowoAAABwJEaFCs7_gHiUlZrBvRhD NNTP-Posting-Host: 189.69.48.30 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ram Usage From: Vinicius Franchini Injection-Date: Sun, 19 Jan 2014 18:18:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:184477 Date: 2014-01-19T10:18:18-08:00 List-Id: Hi folks, I'd like to know if there are anyway to know how much of ram is been used by my code. I tried the avr-size, but it gives you just the static ram. The problem is how to evaluate the full memory consumption, including the non-static part. Thanks.