Home
last modified time | relevance | path

Searched refs:slowdown (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Ddynamic_annotations.c179 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/
Ddynamic_annotations.c179 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/
Dbase_unittests.gtest_win32.txt4 # Very sensitive to slowdown
Dmedia_unittests.gtest.txt2 # This appears to be too sensitive to slowdown, see http://crbug.com/49497
/external/clang/docs/
DLeakSanitizer.rst13 LeakSanitizer does not introduce any additional slowdown when used in this mode.
DMemorySanitizer.rst14 Typical slowdown introduced by MemorySanitizer is **3x**.
131 of the usual MemorySanitizer slowdown.
DThreadSanitizer.rst8 instrumentation module and a run-time library. Typical slowdown introduced by
DAddressSanitizer.rst21 Typical slowdown introduced by AddressSanitizer is **2x**.
/external/llvm/test/CodeGen/X86/
Dbreak-avx-dep.ll3 ; rdar:15221834 False AVX register dependencies cause 5x slowdown on
/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.cpp703 static const int slowdown = 750; in invalidateIfNecessary() local
706 m_nextInvalidateAfter += i * slowdown; in invalidateIfNecessary()
/external/eigen/doc/
DWrongStackAlignment.dox52 These global solutions are easy to use, but note that they may slowdown your program because they l…
/external/valgrind/main/drd/
DTesting.txt41 8. Test the slowdown for matinv for various matrix sizes via the script
/external/bzip2/
DREADME60 to gcc, resulting in a slowdown of 10%-20%, at least for bzip2.
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_view_mac.mm305 // Don't use the GTM additon for the "Steve" slowdown because this can happen
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake335 # Use -O1 even in debug mode, otherwise sanitizers slowdown is too large.
/external/blktrace/doc/
Dblktrace.tex536 location. This causes a big slowdown in io performance, since the data
/external/chromium_org/third_party/libxml/src/
DNEWS210 (Volker Grabsch), handling of entity push errors (Ashwin), fix a slowdown
/external/valgrind/main/
DNEWS423 316181 drd: Fixed a 4x slowdown for certain applications