reviewable/pr25586/r19^2
Craig Tiller 3 years ago committed by GitHub
parent aa23c675ef
commit 577d799de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/profiling/bloat/bloat_diff.py

@ -99,7 +99,7 @@ for lib in LIBS:
sections = [
x for x in csv.reader(
subprocess.check_output('bloaty-build/bloaty --csv %s -- %s' %
(old_version[0], new_version[0]),
(new_version[0], old_version[0]),
shell=True).decode().splitlines())
]
print(sections)

Loading…
Cancel
Save