HomeSort by relevance Sort by last modified time
    Searched refs:Stats (Results 26 - 50 of 269) sorted by null

12 3 4 5 6 7 8 91011

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_receiver.h 46 Stats<double> GetDelayStats() const;
55 Stats<double> delay_stats_;
bwe_test.h 121 Stats<double> throughput_kbps,
123 Stats<double> flow_delay_ms,
124 Stats<double> flow_throughput_kbps);
127 Stats<double> throughput_kbps,
128 std::map<int, Stats<double>> flow_delay_ms,
129 std::map<int, Stats<double>> flow_throughput_kbps);
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats_unittest.cc 11 #include "webrtc/modules/video_coding/codecs/test/stats.h"
25 void SetUp() { stats_ = new Stats(); }
29 Stats* stats_;
38 // Add single frame stats and verify
45 // Add multiple frame stats and verify
stats.cc 11 #include "webrtc/modules/video_coding/codecs/test/stats.h"
37 Stats::Stats() {}
39 Stats::~Stats() {}
57 FrameStatistic& Stats::NewFrame(int frame_number) {
65 void Stats::PrintSummary() {
  /external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Core/
Stats.php 3 # source: src/proto/grpc/core/stats.proto
7 class Stats
  /external/perfetto/protos/perfetto/trace/android/
android_log.proto 63 // Stats are emitted only upon Flush() and are monotonic (i.e. they are
65 // session and NOT relative to the previous Stats snapshot).
66 message Stats {
77 optional Stats stats = 2;
  /external/opencensus-java/api/src/main/java/io/opencensus/stats/
Stats.java 17 package io.opencensus.stats;
30 public final class Stats {
31 private static final Logger logger = Logger.getLogger(Stats.class.getName());
75 * <p>If state is set to {@link StatsCollectionState#DISABLED}, all stats that are previously
98 "io.opencensus.impl.stats.StatsComponentImpl", /*initialize=*/ true, classLoader),
111 "io.opencensus.impllite.stats.StatsComponentImplLite",
125 private Stats() {}
  /frameworks/base/cmds/incident_helper/tests/
CpuFreqParser_test.cpp 60 CpuFreqProto::Stats::TimeInState* state;
62 CpuFreqProto::Stats* cpu0 = expected.add_cpu_freqs();
74 CpuFreqProto::Stats* cpu1 = expected.add_cpu_freqs();
86 CpuFreqProto::Stats* cpu2 = expected.add_cpu_freqs();
101 CpuFreqProto::Stats* cpu3 = expected.add_cpu_freqs();
  /external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/
RpcViews.java 21 import io.opencensus.stats.Stats;
22 import io.opencensus.stats.View;
23 import io.opencensus.stats.ViewManager;
132 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
140 registerAllGrpcViews(Stats.getViewManager());
152 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
157 registerClientGrpcViews(Stats.getViewManager());
170 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
175 registerServerGrpcViews(Stats.getViewManager())
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 547 // Emit per-block stats.
556 const PerBlockIDStats &Stats = I->second;
557 errs() << " Num Instances: " << Stats.NumInstances << "\n";
559 PrintSize(Stats.NumBits);
561 double pct = (Stats.NumBits * 100.0) / BufferSizeBits;
563 if (Stats.NumInstances > 1) {
565 PrintSize(Stats.NumBits/(double)Stats.NumInstances);
567 errs() << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/"
568 << Stats.NumSubBlocks/(double)Stats.NumInstances << "\n";
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Statistics.cpp 215 PerFunctionStats &Stats = Entry.getValue();
216 unsigned TotalVars = Stats.VarsInFunction.size() * Stats.NumFnInlined;
217 unsigned Constants = Stats.ConstantMembers;
218 VarWithLoc += Stats.TotalVarWithLoc + Constants;
220 VarUnique += Stats.VarsInFunction.size();
222 : Stats.VarsInFunction) llvm::dbgs()
224 NumFunctions += Stats.IsFunction;
225 NumInlinedFunctions += Stats.IsFunction * Stats.NumFnInlined
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 117 TagStats Stats;
118 getChildStats(Stats);
120 for (auto &Stat : Stats) {
160 PDBSymbol::getChildStats(TagStats &Stats) const {
164 Stats.clear();
166 ++Stats[Child->getSymTag()];
  /external/grpc-grpc/src/cpp/util/
core_stats.cc 26 using grpc::core::Stats;
30 void CoreStatsToProto(const grpc_stats_data& core, Stats* proto) {
48 void ProtoToCoreStats(const grpc::core::Stats& proto, grpc_stats_data* core) {
  /external/perfetto/src/traced/probes/android_log/
android_log_data_source.h 48 struct Stats {
82 const Stats& stats() const { return stats_; } function in class:perfetto::AndroidLogDataSource
134 Stats stats_;
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.h 64 int16_t Stats(CodecInst& codecInst, ACMTestPayloadStats& payloadStats);
66 void Stats(uint32_t* numPackets);
68 void Stats(uint8_t* payloadType, uint32_t* payloadLenByte);
  /art/compiler/utils/
dedupe_set.h 51 struct Stats;
  /external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
Control.php 18 \GPBMetadata\Src\Proto\Grpc\Testing\Stats::initOnce();
ProxyService.php 18 \GPBMetadata\Src\Proto\Grpc\Testing\Stats::initOnce();
  /external/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.h 27 GrGpu::Stats*,
  /external/skqp/src/gpu/gl/builders/
GrGLShaderStringBuilder.h 27 GrGpu::Stats*,
  /frameworks/base/cmds/incident_helper/src/parsers/
CpuFreqParser.cpp 69 proto.write(CpuFreqProto::Stats::CPU_NAME, header[i+1]);
71 uint64_t stateToken = proto.start(CpuFreqProto::Stats::TIMES);
72 proto.write(CpuFreqProto::Stats::TimeInState::STATE_KHZ, it->first);
73 proto.write(CpuFreqProto::Stats::TimeInState::TIME_JIFFY, it->second);
  /external/clang/include/clang/Driver/
SanitizerArgs.h 40 bool Stats = false;
61 bool needsStatsRt() const { return Stats; }
  /external/opencensus-java/exporters/stats/signalfx/src/main/java/io/opencensus/exporter/stats/signalfx/
SignalFxStatsExporter.java 17 package io.opencensus.exporter.stats.signalfx;
21 import io.opencensus.stats.Stats;
22 import io.opencensus.stats.ViewManager;
52 Preconditions.checkNotNull(configuration, "SignalFx stats exporter configuration");
64 * Creates a SignalFx Stats exporter from the given {@link SignalFxStatsConfiguration}.
78 Preconditions.checkState(exporter == null, "SignalFx stats exporter is already created.");
79 exporter = new SignalFxStatsExporter(configuration, Stats.getViewManager());
  /external/skia/tools/
Stats.h 21 struct Stats {
22 Stats(const SkTArray<double>& samples, bool want_plot) {
  /external/skqp/tools/
Stats.h 21 struct Stats {
22 Stats(const SkTArray<double>& samples, bool want_plot) {

Completed in 1129 milliseconds

12 3 4 5 6 7 8 91011