diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 21:14:23 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-23 21:14:23 +0000 |
commit | 547ddb470ee5037342e659037b59ea964dd53fe3 (patch) | |
tree | d9aa73d5b21f8bcf637e4ee2bba4bcdd4c5d93d0 /tools | |
parent | 53b610c765d36fcfdbadd4ecdcbb78ced6f00fa1 (diff) | |
download | chromium_src-547ddb470ee5037342e659037b59ea964dd53fe3.zip chromium_src-547ddb470ee5037342e659037b59ea964dd53fe3.tar.gz chromium_src-547ddb470ee5037342e659037b59ea964dd53fe3.tar.bz2 |
Remove --smc-check=all option for Valgrind.
This should be OK since http://src.chromium.org/viewvc/chrome?view=rev&revision=23306
This can speed up some tests by 10%...20%
I was running Valgrind & TSAN with both patches locally for more than a month and everything was fine.
Review URL: http://codereview.chromium.org/220013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/valgrind/valgrind_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py index d7b809f..b87c06b 100755 --- a/tools/valgrind/valgrind_test.py +++ b/tools/valgrind/valgrind_test.py @@ -209,7 +209,6 @@ class ValgrindTool(object): # Construct the valgrind command. proc = ["valgrind", "--tool=%s" % tool_name, - "--smc-check=all", "--num-callers=%i" % self._num_callers] if self._options.trace_children: |