/aosp_15_r20/external/webrtc/api/test/metrics/ |
H A D | metric.h | 47 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;
|
/aosp_15_r20/external/pigweed/pw_metric/ |
H A D | metric_test.cc | 23 TEST(Metric, FloatFromObject) { in TEST() argument 39 TEST(Metric, IntFromObject) { in TEST() argument 59 TEST(Metric, IntFromMacroLocal) { in TEST() argument 65 TEST(Metric, FloatFromMacroLocal) { in TEST() argument 71 TEST(Metric, ExposedToken) { in TEST() argument 77 TEST(Metric, GroupMacroInFunctionContext) { in TEST() argument 106 TEST(Metric, GlobalScope) { in TEST() argument 202 TEST(Metric, InlineConstructionWithGroups) { in TEST() argument 245 TEST(Metric, StaticWithinAFunction) { in TEST() argument
|
H A D | docs.rst | 169 Metric section in Metrics API reference 197 .. _module-pw_metric-group:
|
H A D | metric.cc | 55 Metric::Metric(Token name, float value, IntrusiveList<Metric>& metrics) in Metric() function in pw::metric::Metric 59 Metric::Metric(Token name, uint32_t value, IntrusiveList<Metric>& metrics) in Metric() function in pw::metric::Metric
|
/aosp_15_r20/external/pigweed/pw_fuzzer/examples/fuzztest/ |
H A D | metrics.h | 34 struct Metric { struct 40 Metric() = default; argument 59 kMaxMetrics * (sizeof(Metric::Key) + sizeof(Metric::Value)); argument
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/helpers/ |
H A D | metrics.rs | 6 pub struct Metric { struct 11 impl Metric { impl 12 pub fn new(value: f64, noise: f64) -> Metric { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/helpers/ |
H A D | metrics.rs | 6 pub struct Metric { struct 11 impl Metric { argument 12 pub fn new(value: f64, noise: f64) -> Metric { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/helpers/ |
H A D | metrics.rs | 5 pub struct Metric { struct 10 impl Metric { impl 11 pub fn new(value: f64, noise: f64) -> Metric { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/helpers/ |
H A D | metrics.rs | 5 pub struct Metric { struct 10 impl Metric { implementation 11 pub fn new(value: f64, noise: f64) -> Metric { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/helpers/ |
H A D | metrics.rs | 6 pub struct Metric { struct 11 impl Metric { argument 12 pub fn new(value: f64, noise: f64) -> Metric { in new()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/metrics/v1/ |
D | metrics.pb.go | 143 type Metric struct { struct 144 state protoimpl.MessageState 145 sizeCache protoimpl.SizeCache 146 unknownFields protoimpl.UnknownFields 151 …ytes,1,opt,name=metric_descriptor,json=metricDescriptor,proto3" json:"metric_descriptor,omitempty"` 154 …imeseries []*TimeSeries `protobuf:"bytes,2,rep,name=timeseries,proto3" json:"timeseries,omitempty"` 157 Resource *v1.Resource `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"` 160 func (x *Metric) Reset() { 169 func (x *Metric) String() string { 173 func (*Metric) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/crosvm/tools/contrib/vcpu_blocker_analyzer/src/ |
H A D | main.rs | 301 struct Metric { struct 323 ) -> Vec<Metric> { in make_metrics() 421 ) -> Vec<Metric> { in make_sorted_duration_metrics() 508 fn print_text(metrics: &[Metric]) { in print_text()
|
/aosp_15_r20/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 40 struct Metric { struct in Collector 41 std::string workload; 42 time_unit exec_time; 43 Metric(const std::string& workload, const time_unit& exec_time) in Metric() function
|
/aosp_15_r20/external/robolectric/pluginapi/src/main/java/org/robolectric/pluginapi/perf/ |
H A D | Metric.java | 4 public class Metric { class 12 public Metric(String name, int count, int elapsedNs, boolean success) { in Metric() method in Metric 19 public Metric(String name, boolean success) { in Metric() method in Metric
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/trace/ |
D | event.go | 143 type Metric struct { struct 152 Name string 158 Value Value 426 func (e Event) Metric() Metric { func
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/load/ |
D | mod.rs | 85 type Metric: PartialOrd; typedef 88 fn load(&self) -> Self::Metric; in load()
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
H A D | Metric.java | 39 public abstract class Metric { class 41 Metric() {} in Metric() method in Metric
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/limit/rate/ |
D | service.rs | 127 type Metric = S::Metric; typedef 128 fn load(&self) -> Self::Metric { in load()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/tests/balance/ |
D | main.rs | 29 type Metric = usize; typedef 30 fn load(&self) -> Self::Metric { in load()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/limit/concurrency/ |
D | service.rs | 115 type Metric = S::Metric; typedef 116 fn load(&self) -> Self::Metric { in load()
|
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/ |
H A D | Metric.java | 32 public final class Metric extends com.google.protobuf.GeneratedMessageV3 class 38 private Metric(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Metric() method in Metric 42 private Metric() { in Metric() method in Metric
|
/aosp_15_r20/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
H A D | ReportLog.java | 54 public static class Metric implements Serializable { class in ReportLog 64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric() method in ReportLog.Metric 79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric() method in ReportLog.Metric
|
/aosp_15_r20/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
H A D | ValidatorResult.java | 119 public static class Metric { class in ValidatorResult 139 private Metric() { } in Metric() method in ValidatorResult.Metric
|
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/service/ |
D | connection.rs | 117 type Metric = usize; typedef 119 fn load(&self) -> Self::Metric { in load()
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/ |
H A D | Metric.java | 31 public final class Metric extends com.google.protobuf.GeneratedMessageV3 class 37 private Metric(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Metric() method in Metric 41 private Metric() { in Metric() method in Metric
|