Go to the source code of this file.
Namespaces | |
binary_size | |
Functions | |
def | binary_size._diff_sign (new, old, diff_threshold=None) |
def | binary_size._render_row (new, label, old) |
def | binary_size.build (where, frameworks) |
def | binary_size.dir_size (dir) |
def | binary_size.get_size (where, frameworks) |
Variables | |
int | binary_size._DIFF_THRESHOLD = 1000 |
tuple | binary_size._SIZE_LABELS = ('Core', 'ObjC', 'BoringSSL', 'Protobuf', 'Total') |
binary_size.argp | |
binary_size.args = argp.parse_args() | |
def | binary_size.diff_sign |
bool | binary_size.has_diff = False |
binary_size.help | |
int | binary_size.i = len(_SIZE_LABELS) - 1 |
def | binary_size.new_size = get_size('new', frameworks) |
string | binary_size.old = 'old' |
binary_size.old_size = None | |
string | binary_size.text = 'Objective-C binary sizes\n' |
binary_size.type | |
binary_size.where_am_i | |