[gjs: 5/6] omit 'self-hosting-global' unless explicitly targetted
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 5/6] omit 'self-hosting-global' unless explicitly targetted
- Date: Mon, 9 Apr 2018 21:17:16 +0000 (UTC)
commit 1f6e68cc00627ec2d5820061e5d9439e004e0483
Author: Andy Holmes <andrew g r holmes gmail com>
Date: Sun Apr 8 00:34:19 2018 -0700
omit 'self-hosting-global' unless explicitly targetted
tools/heapgraph.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/tools/heapgraph.py b/tools/heapgraph.py
index 4b54b1f5..d8f8ea6d 100755
--- a/tools/heapgraph.py
+++ b/tools/heapgraph.py
@@ -92,7 +92,11 @@ filt_opts.add_argument('--hide-addr', '-ha', dest='hide_addrs', action='append',
help='Don\'t show roots with the heap address ADDR')
filt_opts.add_argument('--hide-node', '-hn', dest='hide_nodes', action='append',
- metavar='LABEL', default=['GIRepositoryNamespace', 'GjsFileImporter', 'GjsGlobal',
'GjsModule'],
+ metavar='LABEL', default=['self-hosting-global',
+ 'GIRepositoryNamespace',
+ 'GjsFileImporter',
+ 'GjsGlobal',
+ 'GjsModule'],
help='Don\'t show nodes with labels containing LABEL')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]