summaryrefslogtreecommitdiff
path: root/src/summary.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-04-28 16:44:53 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-04-28 16:44:53 +0100
commitc3ba72816cee6507e2b8fefcddda2eb2b3e9bbd4 (patch)
tree456aa23c36440c06b63caf89c88e76df12d8ba6f /src/summary.h
parent9db15748ff771cb9464742d78df56bbfb41f087d (diff)
Add a pie-chart to allocation callstack tooltip.
Include a pie-chart to visualize the fraction of the calls for each level of the callstack.
Diffstat (limited to 'src/summary.h')
-rw-r--r--src/summary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/summary.h b/src/summary.h
index 2a3d4db..5537d4a 100644
--- a/src/summary.h
+++ b/src/summary.h
@@ -30,6 +30,6 @@ GtkWidget *
summary_view_new (AllocatorsStore *store);
GtkWidget *
-summary_chart_new (AllocatorsStore *store, gboolean total);
+summary_chart_new (AllocatorsStore *store);
#endif /* SUMMARY_H */