aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-07-19 16:55:35 -0700
committerGravatar GitHub <noreply@github.com>2018-07-19 16:55:35 -0700
commit687316c025ef28a3006b1b65b0a2b9b5bbe692ad (patch)
tree6e2ba7da6a5cf338f66821ea8783ce8831b3d2e6 /tools/profiling
parentb75910369729bd0349865d0e3335f2c0f4bca1c1 (diff)
Clarify it's Objective-C sizes in comment
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/ios_bin/binary_size.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiling/ios_bin/binary_size.py b/tools/profiling/ios_bin/binary_size.py
index cde09023f2..b07adb5734 100755
--- a/tools/profiling/ios_bin/binary_size.py
+++ b/tools/profiling/ios_bin/binary_size.py
@@ -86,7 +86,7 @@ def build(where, frameworks):
'src/objective-c/examples/Sample/Build-%s' % where)
-text = ''
+text = 'Objective-C binary sizes\n'
for frameworks in [False, True]:
build('new', frameworks)
new_size = get_size('new', frameworks)