Home
last modified time | relevance | path

Searched refs:statistic (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.cpp79 void statistic::addSample(double sample) { in addSample()
95 statistic &statistic::operator+=(const statistic &other) { in operator +=()
128 void statistic::scale(double factor) { in scale()
136 std::string statistic::format(char unit, bool total) const { in format()
600 statistic const *stat = &theStats[s]; in printTimerStats()
618 statistic const *stat = &theStats[s]; in printTimerStats()
635 statistic const *stat = &theStats[s]; in printCounterStats()
643 statistic const *stat = &theStats[s]; in printCounterStats()
795 statistic allStats[TIMER_LAST]; in outputStats()
798 statistic allCounters[COUNTER_LAST]; in outputStats()
[all …]
H A Dkmp_stats.h382 class statistic {
393 statistic(bool doHist = bool(KMP_STATS_HIST)) {
397 statistic(statistic const &o) in statistic() function
401 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) in statistic() function
427 statistic &operator+=(statistic const &other);
438 class timeStat : public statistic {
442 timeStat() : statistic() {} in timeStat()
826 static void printTimerStats(FILE *statsOut, statistic const *theStats,
827 statistic const *totalStats);
828 static void printCounterStats(FILE *statsOut, statistic const *theStats);
/freebsd-12.1/tools/tools/ipw/
H A Dipwstats.c48 struct statistic { struct
69 static const struct statistic tbl[] = { argument
247 const struct statistic *stat; in get_statistics()
/freebsd-12.1/tools/tools/iwi/
H A Diwistats.c50 static const struct statistic { struct
114 const struct statistic *stat; in get_statistics()
/freebsd-12.1/usr.bin/locate/locate/
H A Dlocate.c121 void statistic(FILE *, char *);
254 statistic(fp, db); in search_fopen()
H A Dfastfind.c47 statistic (fp, path_fcodes) in statistic() function
/freebsd-12.1/contrib/libpcap/
H A DREADME.linux100 ps_drop Always 0, this statistic is not gatherd on this platform
/freebsd-12.1/contrib/sendmail/contrib/
H A Dmailprio350 X Updated to make use of the (somewhat) new xdelay statistic.
439 # statistic (new as of sendmail V8) which is per transaction. We also
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in728 name = "statistic-print"
H A DChangeLog653 * hxtool.c: Add statistic hook.
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2006878 * testsuite/util/statistic/sample_var.hpp: Rename to...
879 * testsuite/util/statistic/sample_variance.hpp: ... this.
880 * testsuite/util/statistic/res_recorder.hpp: Rename to...
881 * testsuite/util/statistic/result_recorder.hpp: ... this.
882 * testsuite/util/statistic/sample_mean.hpp: Format.
883 * testsuite/util/statistic/sample_mean_confidence_checker.hpp: Same.
3031 * testsuite/util/statistic: New.
3882 * testsuite/util/statistic: New.
3883 * testsuite/util/statistic/sample_var.hpp: Same.
3884 * testsuite/util/statistic/res_recorder.hpp: Same.
[all …]
/freebsd-12.1/contrib/ntp/ntpq/
H A Dntpq.texi597 the clock jitter statistic is computed by the clock discipline module.
H A Dntpq-opts.def854 the clock jitter statistic is computed by the clock discipline module.
H A Dinvoke-ntpq.texi744 the clock jitter statistic is computed by the clock discipline module.
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc-opts.def380 Show per-peer statistic counters associated with the specified
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog403 - Remove overly restrictive assertions related to the cactive statistic. This
822 - Fix the cactive statistic to decrease (rather than increase) when active
/freebsd-12.1/sys/netpfil/ipfw/
H A Ddummynet.txt815 dn_return_packet() to update some statistic of the queue and update the
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DChangeLog1268 statistic to tune tune cache size (mask).
/freebsd-12.1/contrib/ntp/
H A DCommitLog-4.1.03290 statistic file formats correctly, provide error checking for bad
3293 statistic files. Add selectable output directory
3295 with statistic files (now settable also with
H A DChangeLog32 * [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter <[email protected]>
1796 add statistic counters (mode bit enabled) to clockstats file.
H A DNEWS45 * [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter <[email protected]>
H A DCommitLog1597 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1601 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1605 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1609 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1613 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1617 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1621 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1625 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
1629 [Bug 3609] Fixing wrong falseticker in case of non-statistic jitter
217129 complete event to statistic mapping
[all …]
/freebsd-12.1/contrib/ipfilter/
H A DHISTORY781 increase useful statistic collection on solaris
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog55 - Renamed statistic `num.zero_ttl` to `num.expired` as expired replies
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt7026 Expanded all statistic counters used during namespace and device

12