Home
last modified time | relevance | path

Searched defs:Metric (Results 1 – 25 of 38) sorted by relevance

12

/external/webrtc/api/test/metrics/
Dmetric.h47 struct Metric { struct
58 // All samples collected for this metric. It can be empty if the Metric argument
77 // Metric name, for example PSNR, SSIM, decode_time, etc. argument
78 std::string name;
79 Unit unit;
80 ImprovementDirection improvement_direction;
83 std::string test_case;
85 std::map<std::string, std::string> metric_metadata;
89 TimeSeries time_series;
90 Stats stats;
/external/pigweed/pw_metric/
Dmetric_test.cc22 TEST(Metric, FloatFromObject) { in TEST() argument
38 TEST(Metric, IntFromObject) { in TEST() argument
64 TEST(Metric, FloatFromMacroLocal) { in TEST() argument
70 TEST(Metric, GroupMacroInFunctionContext) { in TEST() argument
190 TEST(Metric, InlineConstructionWithGroups) { in TEST() argument
233 TEST(Metric, StaticWithinAFunction) { in TEST() argument
Dmetric.cc54 Metric::Metric(Token name, float value, IntrusiveList<Metric>& metrics) in Metric() function in pw::metric::Metric
58 Metric::Metric(Token name, uint32_t value, IntrusiveList<Metric>& metrics) in Metric() function in pw::metric::Metric
Ddocs.rst170 Metric section in Metrics API reference
/external/robolectric/pluginapi/src/main/java/org/robolectric/pluginapi/perf/
DMetric.java6 public class Metric { class
14 public Metric(String name, int count, int elapsedNs, boolean success) { in Metric() method in Metric
21 public Metric(String name, boolean success) { in Metric() method in Metric
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/
DMetric.java39 public abstract class Metric { class
41 Metric() {} in Metric() method in Metric
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DPerfStatsCollector.java146 public static class Metric { class in PerfStatsCollector
152 public Metric(String name, int count, int elapsedNs, boolean success) { in Metric() method in PerfStatsCollector.Metric
159 public Metric(String name, boolean success) { in Metric() method in PerfStatsCollector.Metric
/external/grpc-grpc/src/ruby/qps/src/proto/grpc/core/
Dstats_pb.rb30 Metric = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Metric").msgclass constant
/external/cronet/third_party/metrics_proto/ukm/
Dentry.proto33 message Metric { message
Daggregate.proto45 message Metric { message
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/core/
Dstats.proto28 message Metric { message
/external/grpc-grpc/src/proto/grpc/core/
Dstats.proto28 message Metric { message
/external/pigweed/pw_metric/pw_metric_proto/
Dmetric_service.proto23 message Metric { message
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Core/
DMetric.php14 class Metric extends \Google\Protobuf\Internal\Message class
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs324 public sealed partial class Metric : pb::IMessage<Metric> { class
341 public Metric() { in Metric() method in Grpc.Core.Metric
348 public Metric(Metric other) : this() { in Metric() method in Grpc.Core.Metric
/external/pigweed/pw_metric/public/pw_metric/
Dmetric.h68 Metric(Token name, float value) in Metric() function
71 Metric(Token name, uint32_t value) in Metric() function
/external/cronet/third_party/metrics_proto/
Dstructured_data.proto95 message Metric { message
/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc82 int StatisticsCalculator::PeriodicUmaCount::Metric() const { in Metric() function in webrtc::StatisticsCalculator::PeriodicUmaCount
106 int StatisticsCalculator::PeriodicUmaAverage::Metric() const { in Metric() function in webrtc::StatisticsCalculator::PeriodicUmaAverage
/external/perfetto/docs/quickstart/
Dtrace-analysis.md372 #### Metric subsubsection
/external/webrtc/api/test/metrics/proto/
Dmetric.proto44 message Metric { message
/external/perfetto/docs/analysis/
Dtrace-processor.md670 #### Metric subsubsection
/external/perfetto/python/generators/diff_tests/
Dtesting.py39 class Metric: class
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2.java141 public static class Metric { class in S2
149 public Metric(int dim, double deriv) { in Metric() method in S2.Metric
/external/autotest/client/common_lib/cros/
Dsystem_metrics_collector.py1 class Metric(object): class
/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py109 class Metric(object): class

12