Re: Profiler on Linux



asdf wrote:

Hi I have a C++ application complied with g++.

I'm looking for a profiler that will tell me what percentage of
time is being spent in certain functions.

I used a tool called quantify about 8 years ago on Sun and found
it to be pretty good - but recently I have been told that quantify
does not work that well on linux.

Any suggestions would be appreciated.

See the -pg option for gcc, and the use of gprof.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
More details at: <http://cfaj.freeshell.org/google/>
Also see <http://www.safalra.com/special/googlegroupsreply/>


.



Relevant Pages

  • Re: Profiler on Linux
    ... asdf wrote: ... I'm looking for a profiler that will tell me what percentage of time is ... being spent in certain functions. ... I used a tool called quantify about 8 years ago on Sun and found it to ...
    (comp.os.linux.misc)
  • Profiler on Linux
    ... I'm looking for a profiler that will tell me what percentage of time is ... being spent in certain functions. ... I used a tool called quantify about 8 years ago on Sun and found it to ... work that well on linux. ...
    (comp.os.linux.misc)