On Wed, 2007-12-26 at 03:08 -0500, Yong Ma wrote:
> 12 kb 0 kb 12 kb /usr/lib/libclutter-glx-0.5.so.0.500.0
> 336 kb 280 kb 0 kb /usr/lib/libclutter-glx-0.5.so.0.500.0
these are the numbers directly involving Clutter; as you can see, it's
not Clutter the problem, as we don't have any dirty shared data. in
other words, you're probably:
1. loading a lot of images
2. linking to a truckload of libraries
3. worrying about the numbers but not really understanding them
for instance, the bulk of allocations are coming from your own process,
e.g.:
16308 kb 0 kb 16308 kb
which means you're allocating 15.9 MB.
it seems that you're using Ben Maurer's perl script: that's a nice way
to see if libraries are not behaving correctly (too many shared .data
sections which should really be .rodata, etc.) but not for applications.
what you really want is probably exmap (also try exmap-console[1]).
ciao,
Emmanuele.
+++
[1] http://labs.o-hand.com/exmap-console/
-- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to clutter+unsubscribe_at_o-hand.comReceived on Thu Dec 27 2007 - 17:22:49 EST
This archive was generated by hypermail 2.2.0 : Thu Dec 27 2007 - 18:00:20 EST