Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> Signed-off-by: Leif Lindholm <leif.lindh...@linaro.org> --- ArmPlatformPkg/Scripts/Ds5/profile.py | 2 +- ArmPlatformPkg/Scripts/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ArmPlatformPkg/Scripts/Ds5/profile.py b/ArmPlatformPkg/Scripts/Ds5/profile.py index 8f74cf2a8bdf..f87dee24695c 100644 --- a/ArmPlatformPkg/Scripts/Ds5/profile.py +++ b/ArmPlatformPkg/Scripts/Ds5/profile.py @@ -321,7 +321,7 @@ for (key,value) in sorted_functions_cycles[:20]: else: break; print "----" -for (key,value) in sorted_all_functions_cycles[:20]: +for (key,value) in sorted_all_functions_cycles[:20]: if value[0] != 0: print "%s (cycles: %d - %d%%, count: %d)" % (key, value[0], (value[0] * 100) / total_cycles, value[1]) else: diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile index 09f1c9092328..da949dc1ed56 100644 --- a/ArmPlatformPkg/Scripts/Makefile +++ b/ArmPlatformPkg/Scripts/Makefile @@ -1,6 +1,6 @@ #/* @file # Copyright (c) 2011-2015, ARM Limited. All rights reserved. -# +# # SPDX-License-Identifier: BSD-2-Clause-Patent # #*/ -- 2.20.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#47622): https://edk2.groups.io/g/devel/message/47622 Mute This Topic: https://groups.io/mt/34202569/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-