/external/valgrind/main/callgrind/ |
sim.c | 42 - one block hits, the other misses --> one miss [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
profile.rb | 164 report << "| %-66s | %7i |\n" % [ "Cache Misses", memoization_cache_misses ]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
scev-aa.ll | 4 ; At the time of this writing, -basicaa misses the example of the form
|
/external/llvm/test/CodeGen/X86/ |
lsr-delayed-fold.ll | 3 ; ScalarEvolution misses an opportunity to fold ((trunc x) + (trunc -x) + y),
|
/external/llvm/test/Transforms/SimplifyCFG/ |
indirectbr.ll | 35 ; better if it removed the branch altogether, but simplifycfdg currently misses
|
/external/oprofile/events/i386/atom/ |
events | 25 event:0x24 counters:0,1 um:core,prefetch minimum:500 name:L2_LINES_IN : L2 cache misses
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 183 0x02 Data cache misses by locked instructions
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 176 0x02 Data cache misses by locked instructions
|
/external/qemu/slirp-android/ |
tcp_var.h | 225 u_long tcps_socachemiss; /* tcp_last_so misses */
|
/frameworks/base/core/java/android/util/ |
LruCache.java | 378 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
LruCache.java | 388 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",
|
/frameworks/support/v4/java/android/support/v4/util/ |
LruCache.java | 323 return String.format("LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]",
|
/external/clang/lib/Basic/ |
FileManager.cpp | 657 << NumDirCacheMisses << " dir cache misses.\n"; 659 << NumFileCacheMisses << " file cache misses.\n";
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatManifestWriterImpl.java | 233 throw new RuntimeException("EC-3 track misses EC3SpecificBox!"); 373 throw new RuntimeException("DTS track misses DTSSpecificBox!");
|
/external/valgrind/main/cachegrind/ |
cg_main.c | 85 ULong m1; /* misses in the first level cache */ 86 ULong mL; /* misses in the second level cache */ [all...] |
/frameworks/base/media/java/android/media/ |
Metadata.java | 241 // FIXME: misses a type for shared heap is missing (MemoryFile). 242 // FIXME: misses a type for bitmaps.
|
/frameworks/native/opengl/libagl/ |
array.cpp | 376 misses = 0; 404 uint32_t hits = total - misses; 418 total, hits, misses, (hits*100)/total, 420 float(misses) / prim_count); 456 c->vc.misses++; [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.cc | 226 // - Bloom filter false positives are prefix set misses. 618 // Bloom filter misses should never be in prefix set. Re-create 642 // If all the prefixes are cached as 'misses', don't issue a GetHash. [all...] |
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoader.java | 308 out.println (this + ": " + m_cacheHits + " class cache hits, " + m_cacheMisses + " misses");
|
/external/icu4c/test/testdata/ |
ssearch.xml | 39 <!-- Match after several near-misses. -->
|
/external/linux-tools-perf/ |
design.txt | 114 cache references and misses at different levels of the cache hierarchy).
|
/external/openssl/crypto/rand/ |
rand_unix.c | 141 such as cache misses, interrupts, bus activity, and scheduling) and
|
/external/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 544 // Use canonical values when edge-aa is not enabled to avoid program cache misses.
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 108 str(params["miss"][0]) + " misses")
|
/ndk/build/tools/ |
build-gnu-libstdc++.sh | 145 echo "ERROR: Sysroot misses shared libraries! you probably need to run gen-platforms.sh"
|