Fix typo in bloat script (#28104)

pull/27770/head^2
Craig Tiller 3 years ago committed by GitHub
parent 0aca504993
commit da47e88237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/profiling/bloat/bloat_diff.py

@ -126,7 +126,7 @@ for lib in LIBS:
]
print(sections)
for section in sections[1:]:
if section.startswith(".debug"):
if section[0].startswith(".debug"):
continue
diff_size += int(section[2])
else:

Loading…
Cancel
Save