Searched refs:total_count (Results 26 - 42 of 42) sorted by path

12

/external/chromium_org/v8/src/
H A Dobjects.h2650 inline int total_count() const;
/external/chromium_org/v8/tools/
H A Dll_prof.py159 total_count = 0
175 total_count += count
182 assert total_count == self.self_ticks, \
183 "Lost ticks (%d != %d) in %s" % (total_count, self.self_ticks, self)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h534 uptr total_count = (region->mapped_user - beg_idx - size) local
536 region->allocated_meta += total_count * kMetadataSize;
/external/e2fsprogs/misc/
H A De4defrag.c177 static unsigned int total_count; variable
401 total_count++;
591 total_count, file, extents, extents);
604 total_count, file, extents, extents);
1106 if (total_count == 1 && regular_count == 1)
1109 printf("[%u/%u]", defraged_file_count, total_count);
1214 if (total_count == 1 && regular_count == 1) {
1262 defraged_file_count, total_count, file);
1336 defraged_file_count, total_count, file, min(percent, 100));
1472 printf("[%u/%u]", defraged_file_count, total_count);
[all...]
/external/freetype/src/base/
H A Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); local
857 if ( total_count > 0 )
860 table->alloc_count_max = (FT_ULong)total_count;
/external/jemalloc/bin/
H A Dpprof959 my $total_count = shift;
967 printf("Total: %s %s\n", Unparse($total_count), Units());
974 Unparse($total_count), ($focus_count*100.0) / $total_count);
982 Unparse($total_count),
983 ($ignore_count*100.0) / $total_count);
/external/jemalloc/test/
H A Dtest.sh.in45 total_count=`expr ${pass_count} + ${skip_count} + ${fail_count}`
47 echo "Test suite summary: pass: ${pass_count}/${total_count}, skip: ${skip_count}/${total_count}, fail: ${fail_count}/${total_count}"
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c107 u64 total_count; member in struct:perf_kvm_stat
660 kvm->total_count += get_event_count(event, vcpu);
769 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100);
779 kvm->total_count, kvm->total_time / 1e3);
1024 kvm->total_count = 0;
/external/lldb/examples/summaries/cocoa/
H A Dmetrics.py88 total_count = 0
91 total_count = total_count + value.count
92 if total_count > 0:
93 return metric_count / float(total_count)
/external/oprofile/libdb/
H A Ddb_stat.c21 count_type total_count; /**< cumulated samples count */ member in struct:odb_hash_stat_t
53 result->total_count += data->node_base[index].value;
78 printf("total count: %llu\n", stat->total_count);
/external/oprofile/libpp/
H A Dcallgraph_container.cpp413 total_count = pc.samples_count();
422 recorder.process(total_count, threshold / 100.0, sym_filter);
599 return total_count;
H A Dcallgraph_container.h162 count_array_t total_count; member in class:callgraph_container
H A Dprofile_container.cpp96 total_count[pclass] += count;
180 op_ratio(it->sample.counts[0], total_count[0]);
222 double const ratio = op_ratio(counts[0], total_count[0]);
249 return total_count;
H A Dprofile_container.h173 count_array_t total_count; member in class:profile_container
/external/oprofile/pp/
H A Dopreport.cpp225 void output_count(count_type total_count, count_type count) argument
228 double ratio = op_ratio(count, total_count);
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp687 int total_count = 0, rotated_count[3] = {0, 0, 0}; local
694 total_count ++;
713 if (total_count == 0) {
717 if (rotated_count[0] > total_count * 2 / 3) {
719 } else if (rotated_count[1] > total_count * 2 / 3) {
721 } else if (rotated_count[2] > total_count * 2 / 3) {
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c854 FT_Long total_count = ft_atol( p ); local
857 if ( total_count > 0 )
860 table->alloc_count_max = (FT_ULong)total_count;

Completed in 507 milliseconds

12