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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,24f6ac49b18550dd X-Google-Attributes: gid103376,public From: khan@xraylith.wisc.edu (Mumit Khan) Subject: Re: Profiling tool under WinNT ? Date: 1999/11/08 Message-ID: <805klg$s5g$1@news.doit.wisc.edu>#1/1 X-Deja-AN: 545780285 References: <381EAC04.6FAEE337@alcatel.fr> <01bf25cb$a5155250$022a6282@dieppe> <7vr64t$h6o$1@news.doit.wisc.edu> <382160BD.7F415C4C@alcatel.fr> Organization: Center for X-ray Lithography, UW-Madison Newsgroups: comp.lang.ada Date: 1999-11-08T00:00:00+00:00 List-Id: In article <382160BD.7F415C4C@alcatel.fr>, Herv� BITTEUR wrote: >Thank you for your answer. However, I received rather inconsistent informations >about whether or not there is a working version of gprof for windows NT. >A careful reading of your answer tells me that there should be one. >Since GNAT now uses Mingw, I need a Mingw gprof. Is there an already built >version somewhere ? (I'm looking for a free version, sigh). Or should I try to >build it on my own ? Where could I get the needed source material ? I've uploaded the latest Mingw runtime sources (and prebuilt binaries for both CRTDLL and MSVCRT versions) that include the profiling support code gcrt?.o and libgmon.a. ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/runtime/ You want the 1999-11-07 version. If you don't have a gprof.exe binary for native windows32, then you can use the one in: ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/mingw32/ports/gprof-exe.zip You'll certainly need to add a few bits to the GCC specs file to add -pg support, but that's pretty trivial. Please understand that I in no way suport this for anything other than folks using *my* GCC distribution. I doubt if I will have the time to answer questions regarding usage, compiling, installation, ... sorry. Regards, Mumit