Library statistics
From: Alvin (replay_at_to_the_newsgroup.thanks)
Date: 11/24/05
- Next message: Rich Teer: "Re: Analysing core files"
- Previous message: grid: "Analysing core files"
- Next in thread: Paul Pluzhnikov: "Re: Library statistics"
- Reply: Paul Pluzhnikov: "Re: Library statistics"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Nov 2005 15:09:28 GMT
I have a C++ library (.a and .so) that I would like to examine. What I would
like to do is see the size of each Object and the size of each member.
Basically, if the MyClass.o is 130 KB I would like to determine the size (in
KB if possible) of each method inside of MyClass.o.
I have been tinkering with nm and am about to look into objdump. Are these
the right tools for what I want? Or is there another tool that will work or
work better - perhaps like a frontend?
Thanks,
Alvin
- Next message: Rich Teer: "Re: Analysing core files"
- Previous message: grid: "Analysing core files"
- Next in thread: Paul Pluzhnikov: "Re: Library statistics"
- Reply: Paul Pluzhnikov: "Re: Library statistics"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|