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.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6b5df124e2ae7b43,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-10 18:17:34 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!news.moneng.mei.com!hookup!news.mathworks.com!zombie.ncsc.mil!paladin.american.edu!auvm!BNG.GE.COM!STUCKART Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU Newsgroups: comp.lang.ada Message-ID: <941110143839.48e072ec@bng.ge.com> Date: Thu, 10 Nov 1994 14:38:39 -0500 Sender: Ada programming language From: "Bob Stuckart (x'3301')" Subject: pixie Date: 1994-11-10T14:38:39-05:00 List-Id: I am posting this message for a co-worker. Does anyone out there know anything about a program called pixie? It's an evaluation program that evaluates performance of code running on a microprocessor. It takes an object file, runs it on the microprocessor and gives you performance output. This output contains really useful information such as how many clock cycle the code took to run, how many cache misses were there, how many memory fetches were there, etc.... Specifically what I need to know about is the following: 1. Is the source code out there anywhere? If not, does anyone know where I can purchase a copy. 2. Are there any other similar programs out there? I don't have to use pixie, but it's the only one I know of. 3. Will it work with Ada object files? I figure it would, since an object file should be an object file, but I thought I should check to be sure. You can mail me directly at chady@bns101.bng.ge.com Thanks! Christine Chady