Clarify it's Objective-C sizes in comment

pull/16075/head
Muxi Yan 6 years ago committed by GitHub
parent b759103697
commit 687316c025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save