Re: Profiler?
- From: Emmanuel Briot <briot@xxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Nov 2006 10:29:35 +0100
If I try to make an assumption (and I could get this wrong) and assume
by Ada you mean GNAT and then assume that perhaps you mean Linux I can
say that gprof is actually an "ok" profiler. It is not great but it gets
the job done.
Based in that same assumption, I've used successfully valgrind and
kcachegrind with nice results, also for multitasking programs. Oprofile
was in my list of things to look at that I never reached.
One additional one which I find even more convenient is sysprof on linux,
since it will monitor the whole system, you can start it whenever you want
(ie you don't have to profile since the startup of your application), and
has a nice GUI to examine the results
.
- Follow-Ups:
- Re: Profiler?
- From: Alex R. Mosteo
- Re: Profiler?
- References:
- Profiler?
- From: Harald Korneliussen
- Re: Profiler?
- From: Jeffrey Creem
- Re: Profiler?
- From: Alex R. Mosteo
- Re: Profiler?
- From: Jeffrey Creem
- Profiler?
- Prev by Date: Re: Building GNAT/GCC 4.2.0
- Next by Date: Re: Profiler?
- Previous by thread: Re: Profiler?
- Next by thread: Re: Profiler?
- Index(es):
Relevant Pages
|