OLD | NEW |
1 Historically this directory has been a home for Valgrind and ThreadSanitizer. | 1 Historically this directory has been a home for Valgrind and ThreadSanitizer. |
2 Since then other memory tools used in Chromium started squatting here and the | 2 Since then other memory tools used in Chromium started squatting here and the |
3 name became confusing. | 3 name became confusing. |
4 We're replacing tools/valgrind with tools/memory/ new tools should go there. | 4 We're replacing tools/valgrind with tools/memory/ new tools should go there. |
| 5 |
| 6 Attention: ThreadSanitizer v1 has been retired and files in this dir |
| 7 should not be used anymore. Please refer to |
| 8 http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2 |
| 9 for the instructions on using ThreadSanitizer v2. |
| 10 Namely, the suppressions now reside in base/debug/tsan_suppressions.cc |
OLD | NEW |