Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: tools/cygprofile/check_orderfile.py

Issue 2361763002: orderfile: Don't report failure when a few symbol pairs are misordered. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cygprofile/check_orderfile.py
diff --git a/tools/cygprofile/check_orderfile.py b/tools/cygprofile/check_orderfile.py
index ea48127db476c6b8a4b449d1e0b3a84efcb28195..3d60053e11155d966e8e51c9b71731bc89b628ce 100755
--- a/tools/cygprofile/check_orderfile.py
+++ b/tools/cygprofile/check_orderfile.py
@@ -74,7 +74,7 @@ def main():
parser.add_option('--target-arch', action='store', dest='arch',
choices=['arm', 'arm64', 'x86', 'x86_64', 'x64', 'mips'],
help='The target architecture for the binary.')
- parser.add_option('--threshold', action='store', dest='threshold', default=1,
+ parser.add_option('--threshold', action='store', dest='threshold', default=10,
help='The maximum allowed number of out-of-order symbols.')
options, argv = parser.parse_args(sys.argv)
if not options.arch:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698