HomeSort by relevance Sort by last modified time
    Searched refs:statistics (Results 76 - 100 of 177) sorted by null

1 2 34 5 6 7 8

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
v8_execution.py 4 from telemetry.util import statistics namespace
88 return statistics.DivideIfPossibleOrZero(self.Duration(), self.Count())
webrtc_rendering_stats.py 7 from telemetry.util import statistics namespace
228 """Get the drift time statistics.
351 mean_drift_time = statistics.ArithmeticMean(drift_time)
smoothness.py 8 from telemetry.util import statistics namespace
177 mean_latency = round(statistics.ArithmeticMean(latency_list), 3)
179 round(statistics.DurationsDiscrepancy(latency_list), 4))
256 mean_frame_time = round(statistics.ArithmeticMean(frame_times), 3)
288 frame_discrepancy = round(statistics.TimestampsDiscrepancy(
313 mean_pixels_approximated = round(statistics.ArithmeticMean(
339 mean_pixels_checkerboarded = round(statistics.ArithmeticMean(
rendering_stats_unittest.py 12 from telemetry.util import statistics namespace
157 round(statistics.DivideIfPossibleOrZero(
162 round(statistics.DivideIfPossibleOrZero(
227 # Also add some dummy frame statistics so we can feed the resulting timeline
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 52 if(!glob_opt.statistics)
56 printf("Statistics (TLS overhead is ignored when used):\n");
248 " -s, --statistics Print simple statistics on exit.\n\n"
265 {"statistics", no_argument, 0, 's'},
296 glob_opt.statistics = true;
mhd2spdy_structures.h 163 bool statistics; member in struct:global_options
259 if(glob_opt.statistics)\
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h 170 // Get the current network statistics from NetEq.
173 // - statistics : The current network statistics.
175 void GetNetworkStatistics(NetworkStatistics* statistics);
274 // Get statistics of calls to GetAudio().
audio_coding_module_impl.h 162 // Statistics
165 int GetNetworkStatistics(NetworkStatistics* statistics) override;
  /external/webrtc/webrtc/video/
receive_statistics_proxy.h 68 void StatisticsUpdated(const webrtc::RtcpStatistics& statistics,
receive_statistics_proxy.cc 129 const webrtc::RtcpStatistics& statistics,
136 stats_.rtcp_stats = statistics;
137 report_block_stats_.Store(statistics, ssrc, 0);
send_statistics_proxy.h 74 void StatisticsUpdated(const RtcpStatistics& statistics,
send_statistics_proxy.cc 342 void SendStatisticsProxy::StatisticsUpdated(const RtcpStatistics& statistics,
349 stats->rtcp_stats = statistics;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_impl.cc 92 // new jitter statistics.
186 bool StreamStatisticianImpl::GetStatistics(RtcpStatistics* statistics,
202 *statistics = last_reported_statistics_;
206 *statistics = CalculateRtcpStatistics();
483 void ReceiveStatisticsImpl::StatisticsUpdated(const RtcpStatistics& statistics,
487 rtcp_stats_callback_->StatisticsUpdated(statistics, ssrc);
  /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/
BuildResultsElement.java 278 * Return the statistics of the build along its history.
289 if (this.statistics == null) {
290 this.statistics = ((ConfigResults)getBuildResults().getParent()).getStatistics(Util.BASELINE_BUILD_PREFIXES);
292 return this.statistics;
ConfigResultsElement.java 251 * Return the statistics of the build along its history.
262 if (this.statistics == null) {
263 this.statistics = getConfigResults().getStatistics(Util.BASELINE_BUILD_PREFIXES);
265 return this.statistics;
461 // Statistics
468 excluded.append(configResults+" excluded from status due to erratic statistics!");
480 excluded.append(configResults+" excluded from status due to unstable statistics!");
ResultsElement.java 65 double[] statistics; field in class:ResultsElement
410 * Return the statistics of the build along its history.
421 return this.statistics;
  /external/webrtc/webrtc/voice_engine/
voice_engine_impl.cc 70 RTC_DCHECK(statistics().Initialized());
channel.cc 39 #include "webrtc/voice_engine/statistics.h"
148 // Extend the default RTCP statistics struct with max_jitter, defined as the
157 // Statistics callback, called at each generation of a new RTCP report block.
165 void StatisticsUpdated(const RtcpStatistics& statistics,
171 stats_.rtcp = statistics;
172 if (statistics.jitter > stats_.max_jitter) {
173 stats_.max_jitter = statistics.jitter;
3207 RtcpStatistics statistics; local
    [all...]
  /external/jemalloc/src/
zone.c 216 zone_introspect.statistics = NULL;
  /external/libchrome/dbus/
object_proxy.cc 91 statistics::AddBlockingSentMethodCall(service_name_,
161 statistics::AddSentMethodCall(service_name_,
488 statistics::AddReceivedSignal(service_name_, interface, member);
dbus_statistics.cc 21 // Used to store dbus statistics sorted alphabetically by service, interface,
62 // Simple class for gathering DBus usage statistics.
138 namespace statistics { namespace in namespace:dbus
142 delete g_dbus_statistics; // reset statistics
283 } // namespace statistics
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 637 if (args.optimize && args.statistics) {
867 if (args.statistics) {
1323 public boolean statistics; field in class:Main.Arguments
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 305 if (cfOptions.statistics) {
320 if (cfOptions.statistics && nonOptRmeth != null) {
375 * Helper that updates the dex statistics.
382 * collect statistics. We have to totally convert both ways,
  /external/selinux/policycoreutils/po/
Makefile 134 msgfmt -v --statistics -o /dev/null $$cat; \
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 32 StatisticsCalculator* statistics,
42 statistics_(statistics),
    [all...]

Completed in 2526 milliseconds

1 2 34 5 6 7 8