/aosp_15_r20/build/soong/ui/metrics/ |
H A D | metrics.go | 70 type Metrics struct { struct 78 metrics soong_metrics_proto.MetricsBase 81 mkMetrics mk_metrics_proto.MkMetrics 84 EventTracer *EventTracer 97 func (m *Metrics) SetTotalMakefiles(total int) { 101 func (m *Metrics) SetToplevelMakefiles(total int) { 105 func (m *Metrics) DumpMkMetrics(outPath string) { 111 func (m *Metrics) SetTimeMetrics(perf soong_metrics_proto.PerfInfo) { 128 func (m *Metrics) SetCriticalPathInfo(criticalPathInfo soong_metrics_proto.CriticalPathInfo) { 134 func (m *Metrics) SetFatalOrPanicMessage(errMsg string) { [all …]
|
/aosp_15_r20/external/webrtc/net/dcsctp/public/ |
H A D | dcsctp_socket.h | 205 struct Metrics { struct 209 size_t tx_packets_count = 0; 212 size_t tx_messages_count = 0; 216 size_t cwnd_bytes = 0; 219 int srtt_ms = 0; 225 size_t unack_data_count = 0; 230 size_t rx_packets_count = 0; 233 size_t rx_messages_count = 0; 237 uint32_t peer_rwnd_bytes = 0; 242 SctpImplementation peer_implementation = SctpImplementation::kUnknown; [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/ |
H A D | metrics.rs | 72 pub struct Metrics { struct 97 /// Metrics for an underline decoration. argument 99 /// Metrics for a strikeout decoration. argument 105 impl Metrics { argument
|
/aosp_15_r20/external/openscreen/osp/public/ |
H A D | service_listener.h | 51 struct Metrics { struct 57 timestamp_t start_timestamp = 0; 58 timestamp_t end_timestamp = 0; 61 uint64_t num_packets_sent = 0; 62 uint64_t num_bytes_sent = 0; 65 uint64_t num_packets_received = 0; 66 uint64_t num_bytes_received = 0; 71 size_t num_receivers = 0; 72 size_t num_ipv4_receivers = 0; 73 size_t num_ipv6_receivers = 0;
|
H A D | service_publisher.h | 30 struct Metrics { struct 36 timestamp_t start_timestamp = 0; 37 timestamp_t end_timestamp = 0; 63 virtual void OnMetrics(Metrics) = 0; argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/benchmark/ |
D | bench.go | 29 type Metrics struct { struct 30 gc Flags 31 marks []*mark 32 curMark *mark 33 filebase string 34 pprofFile *os.File 80 func (m *Metrics) Report(w io.Writer) { 111 func (m *Metrics) Start(name string) { 132 func (m *Metrics) closeMark() { 171 func (m *Metrics) shouldPProf() bool {
|
/aosp_15_r20/tools/asuite/adevice/src/ |
H A D | metrics.rs | 42 pub struct Metrics { struct 49 impl MetricSender for Metrics { argument 146 impl Default for Metrics { implementation 157 impl Metrics { impl 218 impl Drop for Metrics { implementation
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | metrics.rs | 31 pub struct Metrics; struct 33 impl Metrics { implementation 50 impl Interface for Metrics {} implementation 52 impl IKeystoreMetrics for Metrics { implementation
|
/aosp_15_r20/external/crosvm/metrics/src/sys/windows/ |
H A D | gpu_metrics.rs | 16 pub struct Metrics { struct 22 impl Metrics { implementation
|
/aosp_15_r20/external/opencensus-java/contrib/dropwizard5/ |
H A D | README.md | 67 ### DropWizard Counters 81 ### DropWizard Gauges 95 ### DropWizard Meters 106 ### DropWizard Histograms 117 ### DropWizard Timers
|
/aosp_15_r20/external/opencensus-java/contrib/dropwizard/ |
H A D | README.md | 63 ### DropWizard Counters 76 ### DropWizard Gauges 88 ### DropWizard Meters 97 ### DropWizard Histograms 106 ### DropWizard Timers
|
/aosp_15_r20/external/webrtc/api/audio/ |
H A D | echo_control.h | 39 struct Metrics { struct 46 virtual Metrics GetMetrics() const = 0; argument
|
/aosp_15_r20/external/skia/src/ports/fontations/src/ |
H A D | ffi.rs | 619 fn convert_metrics(skrifa_metrics: &Metrics) -> ffi::Metrics { in convert_metrics() 643 ) -> ffi::Metrics { in get_skia_metrics() 653 fn get_unscaled_metrics(font_ref: &BridgeFontRef, coords: &BridgeNormalizedCoords) -> ffi::Metrics { in get_unscaled_metrics() 1514 struct Metrics { struct 1515 top: f32, 1516 ascent: f32, 1517 descent: f32, 1518 bottom: f32, 1519 leading: f32, 1520 avg_char_width: f32, [all …]
|
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | IoStatsEntry.java | 218 public static final class Metrics implements Parcelable { class in IoStatsEntry 260 public Metrics(long bytesRead, long bytesWritten, long bytesReadFromStorage, in Metrics() method in IoStatsEntry.Metrics 296 public Metrics(Parcel in) { in Metrics() method in IoStatsEntry.Metrics 307 public Metrics(JSONObject in) throws JSONException { in Metrics() method in IoStatsEntry.Metrics
|
/aosp_15_r20/art/libartbase/base/metrics/ |
H A D | README.md | 12 ### Counters 20 ### Accumulators 35 ### Histograms
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | ops_select.md | 243 ## Metrics section in Select TensorFlow operators 245 ### Performance 260 ### Binary size
|
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/core/metrics/ |
H A D | Design.md | 65 ### Option 1: Configuring MetricPublishers on a request 90 ### Option 2: Configuring MetricPublishers on a client 118 ### Option 3: Configuring MetricPublishers using System Properties or Environment Variables
|
H A D | MetricsList.md | 41 ### Common HTTP Metrics 55 ### HTTP/2 Metrics
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/uielement/ |
H A D | DisplayInfo.java | 77 public static class Metrics { class in DisplayInfo 87 Metrics( in Metrics() method in DisplayInfo.Metrics 104 Metrics(DisplayInfoMetricsProto fromProto) { in Metrics() method in DisplayInfo.Metrics
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | metrics.go | 41 func (m *_Metric1[T]) Metrics() []T { func 74 func (m *_Metric2[T1, T2]) Metrics() (r1 []T1, r2 []T2) { func 112 func (m *_Metric3[T1, T2, T3]) Metrics() (r1 []T1, r2 []T2, r3 []T3) { func
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/ |
H A D | Metrics.java | 33 public final class Metrics { class 95 private Metrics() {} in Metrics() method in Metrics
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | Metrics.java | 31 public class Metrics { class 38 Metrics() {} in Metrics() method in Metrics
|
/aosp_15_r20/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/ |
H A D | Metrics.java | 33 class Metrics { class 48 Metrics(Device device, TestMetrics metrics, TestLogData logs) { in Metrics() method in Metrics
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | Metrics.java | 26 public class Metrics { class 46 public Metrics(boolean strictMode) { in Metrics() method in Metrics
|
/aosp_15_r20/external/crosvm/gpu_display/src/sys/ |
H A D | windows.rs | 66 win_metrics: Option<Weak<Metrics>>, in open_winapi() 75 win_metrics: Option<Weak<Metrics>>, in open_winapi()
|