[Home] [Groups] - Message: [Prev in Group] [Next in Group]
9542: [MUD-Dev] Re: processors
[Full Header] [Plain Text]
From: Adam Wiggins <adam@angel.com>
Newsgroups: nu.kanga.list.mud-dev
Date: Mon, 1 Feb 1999 10:37:54 -0800 (PST)
References: [1]
Organization: Kanga.Nu
On Sun, 31 Jan 1999, Greg Underwood wrote:
> On a side note, does anyone know of any good, free profilers, for linux
Well, the ubiqious gprof, which you should already have if you're using
gcc/egcs and gdb.
In fact, unlike some other compilers/profilers I've used, leaving the GNU
profiler running on your code all the time seems to have no effect whatsoever
on performance. It wouldn't hurt to just leave it running all the time so
that you can check the profiling logs whenever you like.
Adam W.