Re: Profiler?



Jeffrey Creem wrote:

Harald Korneliussen wrote:
Does anyone know of a good profiler for programs written in Ada?

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.
.



Relevant Pages

  • Re: Profiler?
    ... by Ada you mean GNAT and then assume that perhaps you mean Linux I can ... say that gprof is actually an "ok" profiler. ... One additional one which I find even more convenient is sysprof on linux, ...
    (comp.lang.ada)
  • Re: while loop causes cpu to reach 100%
    ... | Which "profiler" do you recommend for tasks like this one? ... On Linux, gprof should be available, ...
    (comp.unix.programmer)
  • Re: while loop causes cpu to reach 100%
    ... On Linux, gprof should be available, ... sysprof and probably valgrind might be of some help too. ... Google for "linux profiler" for more. ...
    (comp.unix.programmer)
  • Re: OpenBSD 3.5 & GNAT
    ... Does the Linux emulator not run in OpenBSD ?. ... GNAT Ada can be compiled in Linux running inside of a VMware (Russia uses ...
    (comp.lang.ada)
  • Re: gprof
    ... I'd like to use a similar tool like the profiler for m code, ... printf; ... Take care about function inlining when compiling with ... Otherwise, gprof results may be ...
    (comp.soft-sys.matlab)