mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: make summary augmentation optional
That way the descendant graphs can generate the self values but ignore the summary augmentation (as that would mess up the generated values). This fixes it so that showing the descendants tree keeps proper Total and Self values.
This commit is contained in:
@ -329,6 +329,7 @@ sysprof_callgraph_add_traceable (SysprofCallgraph *self,
|
||||
self->augment_func (self,
|
||||
node,
|
||||
SYSPROF_DOCUMENT_FRAME (traceable),
|
||||
TRUE,
|
||||
self->augment_func_data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user