Hi all I am planning to do a little write up on gprof this weekend & put it up on the wiki. Is this OT ?
With flame wars on the rise, I don't want to take any risk :)
Regards, Mohan S N
I am planning to do a little write up on gprof this weekend & put it up on the wiki. Is this OT ?
By no means. Just correspond with the right people on how to go about it. Afer it isdone, post the link up and you will certainly get responses and suggestions.
With flame wars on the rise, I don't want to take any risk :)
what is the correlation between your article and the current disscussions?
Regards,
- vihan
On 22/12/06, Mohan Nayaka wrote:
Hi all I am planning to do a little write up on gprof this weekend & put it up on the wiki.
While you are at it, I'd like to ask a query regarding gprof.
I have some code which will eventually go into a shared object, say libxyz.so. a.out will call a function in this shared object. Is there a way to profile the code in the shared object as well? I remember having read the man page and have not found a way...
Thanks.
Kumar
On 12/23/06, Kumar Appaiah akumar@ee.iitm.ac.in wrote:
On 22/12/06, Mohan Nayaka wrote:
Hi all I am planning to do a little write up on gprof this weekend & put it up
on
the wiki.
While you are at it, I'd like to ask a query regarding gprof.
I have some code which will eventually go into a shared object, say libxyz.so. a.out will call a function in this shared object. Is there a way to profile the code in the shared object as well? I remember having read the man page and have not found a way...
Thanks.
Kumar
I managed to get a call-graph profile with the libxyz.so but I needed to compile it like this: gcc -c -shared glug.c -o libxyz.so -g -pg I will try to see if gcov can help here.
Anyway, my intention was to create an introductory doc like Anurag's on gdb.
Regards, Mohan S N
On 12/22/06, Mohan Nayaka mohansn@gmail.com wrote:
Hi all I am planning to do a little write up on gprof this weekend & put it up on the wiki.
I had written a article for Linux gazette on gprof sometime back. I think you might find it useful.
http://linuxgazette.net/100/vinayak.html
-- Vinayak
On 12/25/06, Vinayak Hegde vinayakh@gmail.com wrote:
On 12/22/06, Mohan Nayaka mohansn@gmail.com wrote:
Hi all I am planning to do a little write up on gprof this weekend & put it up
on
the wiki.
I had written a article for Linux gazette on gprof sometime back. I think you might find it useful.
http://linuxgazette.net/100/vinayak.html
-- Vinayak
Yes. I've read it. Very useful. Come to think of it; I feel that linking to that article will serve the purpose I had in mind.
I had thought of writing a short write-up like what Anurag had written for gdb.
Please tell me what you think about it.
Regards, Mohan S N