Compute the size by simply summing the size of the siblings. They are

2007-08-26  Soren Sandmann <sandmann@daimi.au.dk>

        * profile.c (profile_get_size): Compute the size by simply summing
        the size of the siblings. They are toplevel by definition, and
        this works if the siblings for some reason has the same address.


svn path=/trunk/; revision=371
This commit is contained in:
Soren Sandmann
2007-08-26 05:41:59 +00:00
committed by Søren Sandmann Pedersen
parent 4194371d52
commit 39cb26654a
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2007-08-26 Soren Sandmann <sandmann@daimi.au.dk>
* profile.c (profile_get_size): Compute the size by simply summing
the size of the siblings. They are toplevel by definition, and
this works if the siblings for some reason has the same address.
2007-08-26 Soren Sandmann <sandmann@daimi.au.dk>
* treeviewutils.c (process_iter): Reformat and fix various minor