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

Unified Diff: tools/valgrind/tsan/ignores.txt

Issue 10834050: Create less segments in std::string internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/valgrind/tsan/ignores.txt
===================================================================
--- tools/valgrind/tsan/ignores.txt (revision 148745)
+++ tools/valgrind/tsan/ignores.txt (working copy)
@@ -47,6 +47,11 @@
fun:*_M_set_leaked*
fun:*_M_set_sharable*
+# Comparison of std::strings sometimes takes a lot of time but we don't really
+# need precise stack traces there.
+fun_hist:_ZStltIcSt11char_traitsIcESaIcEEbRKSbIT_T0_T1_ES8_
+fun_hist:_ZNKSs7compareERKSs
+
# Don't instrument intercepts
src:*ts_valgrind_intercepts.c
« 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