Xref: utzoo comp.unix.wizards:8691 comp.lang.c:10289 Path: utzoo!attcan!uunet!husc6!think!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards,comp.lang.c Subject: Re: C Profiler Wanted Message-ID: <7945@brl-smoke.ARPA> Date: 21 May 88 14:40:35 GMT References: <10347@cci632.UUCP> <7936@brl-smoke.ARPA> <44316@beno.seismo.CSS.GOV> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 18 In article <44316@beno.seismo.CSS.GOV> rick@seismo.CSS.GOV (Rick Adams) writes: >> >I am looking for profiler to run on a SVR2 platform. We currently are >> and cumulative use along the PC address axis. Don't tell me this >> feature got lost as a result of the Berkeley "improvements"! >Gratuitious Berkeley bashing? No. If you had read the part that you failed to quote, you would have seen a reference to having "gprof". Obviously that so-called "SVR2 platform" was not using the AT&T COFF-based SGS but rather some form of the Berkeley C environment. Actually, the 4.3BSD manual shows that "prof" does still support the -v option for producing PLOT(5)-style graphics output (which I was glad to discover), although "gprof" doesn't appear to have such a feature. Therefore the original requestor probably ought to be able to get graphic instruction-space usage histograms anyway. I now wonder whether I understood the original request. (It sure SOUNDED like that's what was wanted!)