Searched refs:slowdown (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | dynamic_annotations.c | 179 static volatile double slowdown = 0.0; in ValgrindSlowdown() local 180 double local_slowdown = slowdown; in ValgrindSlowdown() 181 ANNOTATE_BENIGN_RACE(&slowdown, "safe hack"); in ValgrindSlowdown() 187 slowdown = local_slowdown = env ? atof(env) : 50.0; in ValgrindSlowdown()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | dynamic_annotations.c | 179 static volatile double slowdown = 0.0; in ValgrindSlowdown() local 180 double local_slowdown = slowdown; in ValgrindSlowdown() 181 ANNOTATE_BENIGN_RACE(&slowdown, "safe hack"); in ValgrindSlowdown() 187 slowdown = local_slowdown = env ? atof(env) : 50.0; in ValgrindSlowdown()
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
D | base_unittests.gtest_win32.txt | 4 # Very sensitive to slowdown
|
D | media_unittests.gtest.txt | 2 # This appears to be too sensitive to slowdown, see http://crbug.com/49497
|
/external/clang/docs/ |
D | LeakSanitizer.rst | 13 LeakSanitizer does not introduce any additional slowdown when used in this mode.
|
D | MemorySanitizer.rst | 14 Typical slowdown introduced by MemorySanitizer is **3x**. 131 of the usual MemorySanitizer slowdown.
|
D | ThreadSanitizer.rst | 8 instrumentation module and a run-time library. Typical slowdown introduced by
|
D | AddressSanitizer.rst | 21 Typical slowdown introduced by AddressSanitizer is **2x**.
|
/external/llvm/test/CodeGen/X86/ |
D | break-avx-dep.ll | 3 ; rdar:15221834 False AVX register dependencies cause 5x slowdown on
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | TextFinder.cpp | 703 static const int slowdown = 750; in invalidateIfNecessary() local 706 m_nextInvalidateAfter += i * slowdown; in invalidateIfNecessary()
|
/external/eigen/doc/ |
D | WrongStackAlignment.dox | 52 These global solutions are easy to use, but note that they may slowdown your program because they l…
|
/external/valgrind/main/drd/ |
D | Testing.txt | 41 8. Test the slowdown for matinv for various matrix sizes via the script
|
/external/bzip2/ |
D | README | 60 to gcc, resulting in a slowdown of 10%-20%, at least for bzip2.
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
D | omnibox_popup_view_mac.mm | 305 // Don't use the GTM additon for the "Steve" slowdown because this can happen
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 335 # Use -O1 even in debug mode, otherwise sanitizers slowdown is too large.
|
/external/blktrace/doc/ |
D | blktrace.tex | 536 location. This causes a big slowdown in io performance, since the data
|
/external/chromium_org/third_party/libxml/src/ |
D | NEWS | 210 (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown
|
/external/valgrind/main/ |
D | NEWS | 423 316181 drd: Fixed a 4x slowdown for certain applications
|