Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!renoir.Berkeley.EDU!farnum From: farnum@renoir.Berkeley.EDU.UUCP Newsgroups: comp.lang.c++ Subject: Profiling C++ code Message-ID: <17392@ucbvax.BERKELEY.EDU> Date: Tue, 17-Feb-87 01:37:33 EST Article-I.D.: ucbvax.17392 Posted: Tue Feb 17 01:37:33 1987 Date-Received: Tue, 17-Feb-87 23:26:59 EST Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: farnum@renoir.Berkeley.EDU (Charles D. Farnum) Organization: University of California, Berkeley Lines: 9 I'm running CC 1.1 on Suns with 4.2BSD, and want to profile my programs; preferably with gprof, but prof would do. CC recognizes a -p switch, but I get an error when I try to use it; the loader finds two _exit routines, one from C++ and one from the prof library, and gives up. Anyone have any luck with gprof, or any other profilers? /charlie