Searched refs:stats (Results 101 - 125 of 259) sorted by relevance

1234567891011

/external/libvncserver/examples/android/jni/
H A DAndroid.mk28 $(LIBVNCSERVER_ROOT)/libvncserver/stats.c \
/external/lldb/test/pexpect-2.4/examples/
H A Dtopip.py20 -v : verbose - print stats and list of top ipaddresses.
31 This will print stats for the top IP addresses connected to the given host:
40 This will print the connection stats for the localhost in Munin format:
62 def stats(r): function
66 >>> from topip import stats
67 >>> print stats([5,6,8,9])
69 >>> print stats([1000,1006,1008,1014])
71 >>> print stats([1,3,4,5,18,16,4,3,3,5,13])
73 >>> print stats([1,3,4,5,18,16,4,3,3,5,13,14,5,6,7,8,7,6,6,7,5,6,4,14,7])
213 # generate some stats fo
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h208 // Per-thread stats, live in per-thread cache.
241 // Global stats, used for aggregation and querying.
272 const AllocatorStats *stats = this; local
275 s[i] += stats->Get(AllocatorStat(i));
276 stats = stats->next_;
277 if (stats == this)
280 // All stats must be non-negative.
498 uptr n_allocated, n_freed; // Just stats.
1044 CHECK_LT(size_log, ARRAY_SIZE(stats
1249 } stats; member in class:__sanitizer::LargeMmapAllocator
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h52 struct ext2_bmap_statistics stats; member in struct:ext2fs_struct_generic_bitmap
H A Dclosefs.c440 io_stats stats = 0; local
451 fs->io->manager->get_stats(fs->io, &stats);
452 if (stats && stats->bytes_written && (fs->flags & EXT2_FLAG_RW)) {
453 fs->super->s_kbytes_written += stats->bytes_written >> 10;
/external/libpcap/
H A Dpcap-bt-linux.c382 bt_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
397 "Can't get stats via ioctl: %s", strerror(errno));
402 /* we receive both rx and tx frames, so comulate all stats */
403 stats->ps_recv = s->evt_rx + s->acl_rx + s->sco_rx + s->cmd_tx +
405 stats->ps_drop = s->err_rx + s->err_tx;
406 stats->ps_ifdrop = 0;
H A Dpcap-canusb-linux.c437 canusb_stats_linux(pcap_t *handle, struct pcap_stat *stats) argument
440 stats->ps_recv = 0; /* number of packets received */
441 stats->ps_drop = 0; /* number of packets dropped */
442 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */
/external/ppp/pppd/include/net/
H A Dppp_defs.h139 struct ppp_stats stats; member in struct:ifpppstatsreq
/external/webp/src/enc/
H A Dvp8enci.h193 typedef double LFStats[NUM_MB_SEGMENTS][MAX_LF_LEVELS]; // filter stats
297 LFStats* lf_stats_; // filter stats (borrowed from enc_)
392 void VP8TokenToStats(const VP8TBuffer* const b, proba_t* const stats);
443 uint64_t sse_count_; // pixel count for the sse_[] stats
463 LFStats* lf_stats_; // autofilter stats (if NULL, autofilter is off)
543 int W, int H, DistoStats* const stats);
544 double VP8SSIMGet(const DistoStats* const stats);
545 double VP8SSIMGetSquaredError(const DistoStats* const stats);
H A Dhistogram.c233 static double FinalHuffmanCost(const VP8LStreaks* const stats) { argument
235 retval += stats->counts[0] * 1.5625 + 0.234375 * stats->streaks[0][1];
236 retval += stats->counts[1] * 2.578125 + 0.703125 * stats->streaks[1][1];
237 retval += 1.796875 * stats->streaks[0][0];
238 retval += 3.28125 * stats->streaks[1][0];
244 const VP8LStreaks stats = VP8LHuffmanCostCount(population, length); local
245 return FinalHuffmanCost(&stats);
250 const VP8LStreaks stats local
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dhist.h78 struct events_stats stats; member in struct:hists
115 void events_stats__inc(struct events_stats *stats, u32 type);
116 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp);
H A Dsession.c913 ++session->stats.nr_unknown_id;
1001 ++session->stats.nr_unknown_id;
1005 ++session->stats.nr_unprocessable_samples;
1022 session->stats.total_lost += event->lost.lost;
1031 ++session->stats.nr_unknown_events;
1086 events_stats__inc(&session->stats, event->header.type);
1137 session->stats.nr_events[PERF_RECORD_LOST] != 0) {
1140 session->stats.nr_events[0],
1141 session->stats.nr_events[PERF_RECORD_LOST]);
1144 if (session->stats
[all...]
/external/linux-tools-perf/src/tools/perf/ui/browsers/
H A Dhists.c351 if (browser->hists->stats.nr_lost_warned !=
352 browser->hists->stats.nr_events[PERF_RECORD_LOST]) {
353 browser->hists->stats.nr_lost_warned =
354 browser->hists->stats.nr_events[PERF_RECORD_LOST];
554 browser->hists->stats.total_period,
608 if (hists->stats.total_period)
609 percent = 100.0 * get_field(he) / hists->stats.total_period;
632 u64 total = pair->hists->stats.total_period;
815 hb->hists->stats.total_period;
838 hists->stats
[all...]
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dhists.c37 if (hists->stats.total_period)
38 percent = 100.0 * get_field(he) / hists->stats.total_period;
51 u64 total = pair->hists->stats.total_period;
284 hists->stats.total_period;
321 total = hists->stats.total_period;
/external/linux-tools-perf/src/tools/perf/ui/stdio/
H A Dhist.c299 u64 total_period = hists->stats.total_period;
493 hists->stats.total_period;
520 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp) argument
528 if (stats->nr_events[i] == 0)
536 stats->nr_events[i]);
/external/v8/src/
H A Dglobal-handles.cc755 void GlobalHandles::RecordStats(HeapStats* stats) {
756 *stats->global_handle_count = 0;
757 *stats->weak_global_handle_count = 0;
758 *stats->pending_global_handle_count = 0;
759 *stats->near_death_global_handle_count = 0;
760 *stats->free_global_handle_count = 0;
762 *stats->global_handle_count += 1;
764 *stats->weak_global_handle_count += 1;
766 *stats->pending_global_handle_count += 1;
768 *stats
[all...]
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py236 for ngram, stats in allgrams.iteritems ():
237 if stats.failed.count >= 30: # for statistical reasons
238 importantgrams[ngram] = stats
242 for ngram, stats in allgrams.iteritems ():
243 print "zscore: %9f failed: %6d passed: %6d ngram: <%s>" % (stats.zscore (allstats), stats.failed.count, stats.passed.count, ','.join ("U+%04X" % u for u in ngram))
/external/skia/bench/
H A Dnanobench.cpp91 DEFINE_bool(gpuStats, false, "Print GPU stats after each gpu benchmark?");
952 Stats stats(samples.get(), FLAGS_samples);
957 log->metric("min_ms", stats.min);
980 SkDebugf("%s\t%s\t%s\n", HUMANIZE(stats.median), bench->getUniqueName(), config);
982 const double stddev_percent = 100 * sqrt(stats.var) / stats.mean;
987 , HUMANIZE(stats.min)
988 , HUMANIZE(stats.median)
989 , HUMANIZE(stats.mean)
990 , HUMANIZE(stats
[all...]
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-stat.c13 Performance counter stats for './hackbench 10':
112 struct stats res_stats[3];
206 static struct stats runtime_nsecs_stats[MAX_NR_CPUS];
207 static struct stats runtime_cycles_stats[MAX_NR_CPUS];
208 static struct stats runtime_stalled_cycles_front_stats[MAX_NR_CPUS];
209 static struct stats runtime_stalled_cycles_back_stats[MAX_NR_CPUS];
210 static struct stats runtime_branches_stats[MAX_NR_CPUS];
211 static struct stats runtime_cacherefs_stats[MAX_NR_CPUS];
212 static struct stats runtime_l1_dcache_stats[MAX_NR_CPUS];
213 static struct stats runtime_l1_icache_stat
[all...]
/external/llvm/lib/MC/
H A DMCAssembler.cpp38 namespace stats { namespace in namespace:__anon10561
481 ++stats::evaluateFixup;
612 ++stats::FragmentLayouts;
713 ++stats::EmittedFragments;
717 ++stats::EmittedAlignFragments;
757 ++stats::EmittedDataFragments;
762 ++stats::EmittedRelaxableFragments;
767 ++stats::EmittedCompactEncodedInstFragments;
772 ++stats::EmittedFillFragments;
796 ++stats
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
H A DMultivariateSummaryStatistics.java181 * @param stats univariate statistic array
184 private double[] getResults(StorelessUnivariateStatistic[] stats) { argument
185 double[] results = new double[stats.length];
187 results[i] = stats[i].getResult();
/external/blktrace/btt/
H A Dglobals.h118 struct stats { struct
140 struct stats stats, all_stats; member in struct:d_info
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java610 Statistics stats = new Statistics();
613 stats.addAll(s);
616 return stats;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DPerformanceResultsElement.java270 final int stats = kind & IPerformancesConstants.STATUS_STATISTICS_MASK;
271 if (stats > 0) {
273 switch (stats) {
/external/linux-tools-perf/src/tools/perf/ui/
H A Dhist.c25 if (hists->stats.total_period)
27 hists->stats.total_period;
42 u64 total = pair->hists->stats.total_period;

Completed in 841 milliseconds

1234567891011