Path: utzoo!censor!geac!torsqnt!hybrid!scifi!bywater!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.misc Subject: Re: gprof under UNIX V R.3 or R.4? Keywords: gprof, Unix V, R.3, R.4 Message-ID: <5188@auspex.auspex.com> Date: 11 Jan 91 22:08:27 GMT References: <363@fjcp60.GOV> Organization: Auspex Systems, Santa Clara Lines: 8 >Is there a port of gprof (the BSD profiler) that runs under Unix V relese >3 or 4? Of course the compiler must support it too. The only compiler support needed is to have some flag to the compiler driver ("cc") cause it to link with the graph-profiled version of the C startup code rather than the ordinary-profiled version; the actual code generated (at least on any system I've used) is the same for "cc -p" and "cc -pg".