Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: tools/binary_size/libsupersize/canned_queries.py

Issue 2885073002: supersize: Move [clone] from name -> flags & rewrite Cluster() (Closed)
Patch Set: review comment Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/binary_size/libsupersize/archive.py ('k') | tools/binary_size/libsupersize/cluster_symbols.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/libsupersize/canned_queries.py
diff --git a/tools/binary_size/libsupersize/canned_queries.py b/tools/binary_size/libsupersize/canned_queries.py
index 0b8a23183c44e4e1272e58f0b0ab9800263f482e..8ee80cc6693b0276aed77e6699c7c7feff6821ee 100644
--- a/tools/binary_size/libsupersize/canned_queries.py
+++ b/tools/binary_size/libsupersize/canned_queries.py
@@ -144,4 +144,4 @@ class CannedQueries(object):
"""Lists C++ templates grouped by name."""
symbols = self._SymbolsArg(symbols)
# TODO(agrieve): Might be nice to recursively GroupedByName() on these.
- return symbols.WhereIsTemplate().GroupedByName(depth).Clustered().Sorted()
+ return symbols.WhereIsTemplate().GroupedByName(depth).Sorted()
« no previous file with comments | « tools/binary_size/libsupersize/archive.py ('k') | tools/binary_size/libsupersize/cluster_symbols.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698