inspector: Add a tab for object counts

Desktop / GNOME / GTK - Matthias Clasen [redhat.com] - 11 October 2014 15:54 UTC

This can be useful in finding leaks.

https://bugzilla.gnome.org/show_bug.cgi?id=738272

9f1d651 inspector: Add a tab for object counts
gtk/inspector/Makefile.am | 3 +
gtk/inspector/init.c | 4 +-
gtk/inspector/inspector.gresource.xml | 3 +-
gtk/inspector/statistics.c | 175 +++++++++++++++++++++++++++++++++
gtk/inspector/statistics.h | 52 ++++++++++
gtk/inspector/statistics.ui | 107 ++++++++++++++++++++
gtk/inspector/statistics.ui.h | 5 +
gtk/inspector/window.ui | 9 ++
gtk/inspector/window.ui.h | 1 +
9 files changed, 357 insertions(+), 2 deletions(-)

Upstream: git.gnome.org


  • Share