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

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

Issue 2864063002: Supersize: Chrome-specific breakdowns, console tweaks (Closed)
Patch Set: 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
Index: tools/binary_size/libsupersize/integration_test.py
diff --git a/tools/binary_size/libsupersize/integration_test.py b/tools/binary_size/libsupersize/integration_test.py
index 777a09cce3b49f1e532b5eda6fafd46756117bc9..81888258a673541c9d3e7bb75911094d2ea26b75 100755
--- a/tools/binary_size/libsupersize/integration_test.py
+++ b/tools/binary_size/libsupersize/integration_test.py
@@ -157,6 +157,8 @@ class IntegrationTest(unittest.TestCase):
query = [
'ShowExamples()',
'ExpandRegex("_foo_")',
+ 'CategorizeGenerated()',
+ 'CategorizeByChromeComponent()',
'Print(size_info, to_file=%r)' % output_file.name,
]
ret = _RunApp('console', [size_file.name, '--query', '; '.join(query)])

Powered by Google App Engine
This is Rietveld 408576698