mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: strip trailing whitespace
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
parent
92c8588f93
commit
df8f8688b8
|
@ -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:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#/* @file
|
||||
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
|
||||
#
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
#*/
|
||||
|
|
Loading…
Reference in New Issue