HomeSort by relevance Sort by last modified time
    Searched refs:Total (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/main/drd/tests/
annotate_rwlock_hg.stderr.exp 0 Total error count is below threshold.
  /external/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 25 unsigned Total = 0;
27 Total += I->second->TotalBasicBlocks;
29 return Total;
33 unsigned Total = 0;
35 Total += I->second->VisitedBasicBlocks.count();
37 return Total;
  /external/llvm/lib/Support/
Timer.cpp 168 static void printVal(double Val, double Total, raw_ostream &OS) {
169 if (Total < 1e-7) // Avoid dividing by zero.
172 OS << format(" %7.4f (%5.1f%%)", Val, Val*100/Total);
175 void TimeRecord::print(const TimeRecord &Total, raw_ostream &OS) const {
176 if (Total.getUserTime())
177 printVal(getUserTime(), Total.getUserTime(), OS);
178 if (Total.getSystemTime())
179 printVal(getSystemTime(), Total.getSystemTime(), OS);
180 if (Total.getProcessTime())
181 printVal(getProcessTime(), Total.getProcessTime(), OS)
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
lasthit.rb 30 hostHash[host][agent]['total'] = 0
39 hostHash[host][agent]['total'] = hostHash[host][agent]['total'] + 1
44 "IP", "Test", "SubTest", "Total", "Agent")
50 host, hostHash[host][agent]['last'], hostHash[host][agent]['subtest'], hostHash[host][agent]['total'], agent);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
ll.stdout.exp 15 Two 3200MHz Intel(R) Xeon(TM) Processors, 2048M RAM, 6934.38 Bogomips Total
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.stdout.exp 15 One Feroceon Processor, 512M RAM, 1192.75 Bogomips Total
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.stdout.exp 15 One 600.000000MHz PPC 745/755, 512M RAM, 49.79 Bogomips Total
  /external/valgrind/main/exp-bbv/tests/x86-linux/
ll.stdout.exp 15 One 1665MHz AMD Athlon(tm) Processor, 512M RAM, 3330.53 Bogomips Total
  /external/oprofile/events/mips/20K/
events 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
  /external/libvpx/vp8/encoder/
picklpf.c 71 int Total = 0;
97 Total += VARIANCE_INVOKE(rtcd, mse16x16)(src + j, source->y_stride, dst + j, dest->y_stride, &sse);
104 return Total;
onyx_if.c     [all...]
  /external/llvm/include/llvm/Support/
Timer.h 73 void print(const TimeRecord &Total, raw_ostream &OS) const;
  /external/oprofile/events/mips/rm7000/
events 5 event:0x01 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_ISSUED : Total instructions issued
  /external/oprofile/events/mips/25K/
events 45 event:0x17 counters:0,1 um:zero minimum:500 name:JTLB_REFILL_EXCEPTIONS : total Joint-TLB Instruction exceptions (refill)
50 event:0x18 counters:0,1 um:zero minimum:500 name:INSNS_FETCHED_FROM_ICACHE : Total number of instructions fetched from the I-Cache
  /external/v8/test/mjsunit/
debug-compile-event.js 36 var source_count = 0; // Total number of scources compiled.
unicode-test.js     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 760 << NumElements << " (Total: " << MemToAlloc << ") at "
779 uint64_t Total = 0;
788 Total += SLO->getElementOffset(Index);
803 Total += TD.getTypeAllocSize(ST->getElementType())*Idx;
808 Result.PointerVal = ((char*)getOperandValue(Ptr, SF).PointerVal) + Total;
809 DEBUG(dbgs() << "GEP Index " << Total << " bytes.\n");
    [all...]
  /external/clang/tools/scan-build/
scan-build 294 my $Regex = qr/(.*?)\ :\ (.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable
306 Total => $3,
446 $TotalBlocks += $Row->{Total};
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 335 unsigned Total = LHS.getZExtValue() + RHS.getZExtValue();
336 while (Total >= Threshold)
337 Total -= CM;
338 LHS = Total;
493 LeafMap Leaves; // Leaf -> Total weight so far.
    [all...]
  /external/blktrace/btt/doc/
btt.tex 223 DEV | #Q #D Ratio | BLKmin BLKavg BLKmax Total
257 seeks. The larger the count for the mode in comparison to the total
285 The total number of unplugs is equal to the number of plugs less the
495 # Total System
496 # Total System : q activity
527 \item First there is the total system activity -- meaning activity
613 2.02 27.81 42.13 0.61 0.00 21.90 0.00 TOTAL
680 for total IO time (Q2C) and one for latencies induced by lower layer
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 233 * Total hight of scroll buttons. Used to adjust the height of
  /external/blktrace/doc/
blktrace.tex 176 Total (8,0):
323 Total (65,160):
    [all...]
  /external/v8/src/
spaces.h 948 // Max capacity of the total space and executable memory limit.
    [all...]
mark-compact.cc 488 if (FLAG_always_compact && sizes.Total() != area_size) {
585 free_bytes = sizes.Total();
    [all...]
spaces.cc 938 if (sizes.Total() == AreaSize()) {
    [all...]

Completed in 3213 milliseconds

1 2