OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slowdown
(Results
1 - 25
of
95
) sorted by null
1
2
3
4
/external/chromium_org/tools/valgrind/gtest_exclude/
base_unittests.gtest_win32.txt
4
# Very sensitive to
slowdown
media_unittests.gtest.txt
2
# This appears to be too sensitive to
slowdown
, see http://crbug.com/49497
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.c
179
static volatile double
slowdown
= 0.0;
local
180
double local_slowdown =
slowdown
;
181
ANNOTATE_BENIGN_RACE(&
slowdown
, "safe hack");
187
slowdown
= local_slowdown = env ? atof(env) : 50.0;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.c
179
static volatile double
slowdown
= 0.0;
local
180
double local_slowdown =
slowdown
;
181
ANNOTATE_BENIGN_RACE(&
slowdown
, "safe hack");
187
slowdown
= local_slowdown = env ? atof(env) : 50.0;
/external/clang/docs/
LeakSanitizer.rst
13
LeakSanitizer does not introduce any additional
slowdown
when used in this mode.
MemorySanitizer.rst
14
Typical
slowdown
introduced by MemorySanitizer is **3x**.
131
of the usual MemorySanitizer
slowdown
.
ThreadSanitizer.rst
8
instrumentation module and a run-time library. Typical
slowdown
introduced by
AddressSanitizer.rst
21
Typical
slowdown
introduced by AddressSanitizer is **2x**.
/external/llvm/test/CodeGen/X86/
break-avx-dep.ll
3
; rdar:15221834 False AVX register dependencies cause 5x
slowdown
on
/external/valgrind/main/perf/
sarp.c
4
// badly on it, ie. a
slowdown
of at least 100x.
/external/chromium_org/media/cast/framer/
cast_message_builder.cc
70
// Note: frame skipping and
slowdown
ACK is not supported at the same
cast_message_builder_unittest.cc
398
// We should now have entered the
slowdown
ACK state.
418
// We should now leave the
slowdown
ACK state.
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-profiler.h
38
* no
slowdown
caused by this unless you activate the profiler
profiler.h
38
* no
slowdown
caused by this unless you activate the profiler
/external/eigen/doc/
WrongStackAlignment.dox
52
These global solutions are easy to use, but note that they may
slowdown
your program because they lead to extra prologue/epilogue instructions for every function.
/external/chromium_org/chrome/browser/profiles/
gaia_info_update_service.cc
27
// before starting an update. This avoids
slowdown
during startup.
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-profiler.h
38
* no
slowdown
caused by this unless you activate the profiler
profiler.h
38
* no
slowdown
caused by this unless you activate the profiler
/external/liblzf/
lzfP.h
118
* (<1%
slowdown
), but might slow down older cpus considerably.
/external/valgrind/main/callgrind/
callgrind.h
121
speed as the "none" tool (ie. at minimal
slowdown
).
/external/valgrind/main/drd/
Testing.txt
41
8. Test the
slowdown
for matinv for various matrix sizes via the script
/external/bzip2/
README
60
to gcc, resulting in a
slowdown
of 10%-20%, at least for bzip2.
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.cc
47
const char kText4[] = "Traffic
slowdown
as motorists are hitting zombies";
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.mm
306
// Don't use the GTM additon for the "Steve"
slowdown
because this can happen
/external/qemu/include/exec/
exec-all.h
27
/* allow to see translation results - the
slowdown
should be negligible, so we leave it */
Completed in 972 milliseconds
1
2
3
4