Home
last modified time | relevance | path

Searched refs:Metrics (Results 1 – 25 of 61) sorted by relevance

123

/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DMetricsServiceGrpc.java30 private static volatile io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.EmptyMessage,
31 io.grpc.testing.integration.Metrics.GaugeResponse> getGetAllGaugesMethod;
35 requestType = io.grpc.testing.integration.Metrics.EmptyMessage.class,
36 responseType = io.grpc.testing.integration.Metrics.GaugeResponse.class,
38 public static io.grpc.MethodDescriptor<io.grpc.testing.integration.Metrics.EmptyMessage,
39 io.grpc.testing.integration.Metrics.GaugeResponse> getGetAllGaugesMethod() { in getGetAllGaugesMethod()
40 …pc.MethodDescriptor<io.grpc.testing.integration.Metrics.EmptyMessage, io.grpc.testing.integration. in getGetAllGaugesMethod()
45 …c.MethodDescriptor.<io.grpc.testing.integration.Metrics.EmptyMessage, io.grpc.testing.integration. in getGetAllGaugesMethod()
51 io.grpc.testing.integration.Metrics.EmptyMessage.getDefaultInstance())) in getGetAllGaugesMethod()
53 io.grpc.testing.integration.Metrics.GaugeResponse.getDefaultInstance())) in getGetAllGaugesMethod()
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMetrics.java6 public final class Metrics { class
7 private Metrics() {} in Metrics() method in Metrics
51 public io.grpc.testing.integration.Metrics.GaugeResponse.ValueCase getValueCase(); in getValueCase()
140 … return io.grpc.testing.integration.Metrics.internal_static_grpc_testing_GaugeResponse_descriptor; in getDescriptor()
145 …return io.grpc.testing.integration.Metrics.internal_static_grpc_testing_GaugeResponse_fieldAccesso… in internalGetFieldAccessorTable()
147 …io.grpc.testing.integration.Metrics.GaugeResponse.class, io.grpc.testing.integration.Metrics.Gauge… in internalGetFieldAccessorTable()
349 if (!(obj instanceof io.grpc.testing.integration.Metrics.GaugeResponse)) { in equals()
352 …io.grpc.testing.integration.Metrics.GaugeResponse other = (io.grpc.testing.integration.Metrics.Gau… in equals()
414 public static io.grpc.testing.integration.Metrics.GaugeResponse parseFrom( in parseFrom()
419 public static io.grpc.testing.integration.Metrics.GaugeResponse parseFrom( in parseFrom()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp244 Metrics.analyzeFunction(F, TD); in analyzeFunction()
249 if (Metrics.NumRets==1) in analyzeFunction()
250 --Metrics.NumInsts; in analyzeFunction()
256 ArgumentWeights.push_back(ArgInfo(Metrics.CountCodeReductionForConstant(I), in analyzeFunction()
257 Metrics.CountCodeReductionForAlloca(I))); in analyzeFunction()
263 return (Metrics.callsSetJmp || Metrics.isRecursive || in NeverInline()
264 Metrics.containsIndirectBr); in NeverInline()
285 if (CalleeFI->Metrics.NumBlocks == 0) in getSpecializationBonus()
299 Bonus -= CalleeFI->Metrics.NumCalls * InlineConstants::CallPenalty; in getSpecializationBonus()
375 if (CalleeFI->Metrics.NumBlocks == 0) in getInlineSize()
[all …]
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/
DMetricsTest.java38 Metrics.loadMetricsComponent( in loadMetricsComponent_UsesProvidedClassLoader()
56 assertThat(Metrics.loadMetricsComponent(classLoader).getClass().getName()) in loadMetricsComponent_IgnoresMissingClasses()
62 assertThat(Metrics.getExportComponent()) in defaultExportComponent()
68 assertThat(Metrics.getMetricRegistry()) in defaultMetricRegistry()
/external/opencensus-java/impl_lite/src/test/java/io/opencensus/impllite/metrics/
DMetricsTest.java23 import io.opencensus.metrics.Metrics;
35 assertThat(Metrics.getExportComponent()).isInstanceOf(ExportComponentImpl.class); in getExportComponent()
40 assertThat(Metrics.getMetricRegistry()).isInstanceOf(MetricRegistryImpl.class); in getMetricRegistry()
/external/opencensus-java/impl/src/test/java/io/opencensus/impl/metrics/
DMetricsTest.java23 import io.opencensus.metrics.Metrics;
35 assertThat(Metrics.getExportComponent()).isInstanceOf(ExportComponentImpl.class); in getExportComponent()
40 assertThat(Metrics.getMetricRegistry()).isInstanceOf(MetricRegistryImpl.class); in getMetricRegistry()
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/
DMetrics.java33 public final class Metrics { class
34 private static final Logger logger = Logger.getLogger(Metrics.class.getName());
95 private Metrics() {} in Metrics() method in Metrics
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java111 private final Map<String, Metrics.GaugeResponse> gauges =
112 new ConcurrentHashMap<String, Metrics.GaugeResponse>();
433 Metrics.GaugeResponse gauge = Metrics.GaugeResponse in run()
568 public void getAllGauges(Metrics.EmptyMessage request, in getAllGauges()
569 StreamObserver<Metrics.GaugeResponse> responseObserver) { in getAllGauges()
570 for (Metrics.GaugeResponse gauge : gauges.values()) { in getAllGauges()
577 public void getGauge(Metrics.GaugeRequest request, in getGauge()
578 StreamObserver<Metrics.GaugeResponse> responseObserver) { in getGauge()
580 Metrics.GaugeResponse gauge = gauges.get(gaugeName); in getGauge()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnrollPass.cpp113 CodeMetrics Metrics; in ApproximateLoopSize() local
116 Metrics.analyzeBasicBlock(*I, TD); in ApproximateLoopSize()
117 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
119 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
DLoopRotation.cpp178 CodeMetrics Metrics; in rotateLoop() local
179 Metrics.analyzeBasicBlock(OrigHeader); in rotateLoop()
180 if (Metrics.NumInsts > MAX_HEADER_SIZE) in rotateLoop()
/external/libaom/libaom/aom_dsp/
Dssim.h65 } Metrics; typedef
69 Metrics *m, int do_inconsistency);
/external/libvpx/libvpx/vpx_dsp/
Dssim.h63 } Metrics; typedef
67 Metrics *m, int do_inconsistency);
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DStressTestClientTest.java27 import io.grpc.testing.integration.Metrics.EmptyMessage;
28 import io.grpc.testing.integration.Metrics.GaugeResponse;
156 stub.getGauge(Metrics.GaugeRequest.newBuilder().setName(gaugeName).build()); in gaugesShouldBeExported()
/external/tensorflow/tensorflow/core/profiler/
Dop_profile.proto20 Metrics metrics = 2; // May be omitted e.g. for fused instructions.
57 // Metrics are always "total" rather than "self".
58 message Metrics { message
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DStatsComponentImplBase.java24 import io.opencensus.metrics.Metrics;
53 Metrics.getExportComponent().getMetricProducerManager().add(metricProducer); in StatsComponentImplBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp235 CodeMetrics Metrics; in rotateLoop() local
236 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues); in rotateLoop()
237 if (Metrics.notDuplicatable) { in rotateLoop()
244 if (Metrics.convergent) { in rotateLoop()
250 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp187 CodeMetrics Metrics; in runOnLoop() local
200 Metrics.analyzeBasicBlock(*I, *TTI, EphValues); in runOnLoop()
202 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
DLoopRotation.cpp221 CodeMetrics Metrics; in rotateLoop() local
222 Metrics.analyzeBasicBlock(OrigHeader, *TTI, EphValues); in rotateLoop()
223 if (Metrics.notDuplicatable) { in rotateLoop()
229 if (Metrics.convergent) { in rotateLoop()
235 if (Metrics.NumInsts > MaxHeaderSize) in rotateLoop()
DLoopUnrollPass.cpp536 CodeMetrics Metrics; in ApproximateLoopSize() local
538 Metrics.analyzeBasicBlock(BB, TTI, EphValues); in ApproximateLoopSize()
539 NumCalls = Metrics.NumInlineCandidates; in ApproximateLoopSize()
540 NotDuplicatable = Metrics.notDuplicatable; in ApproximateLoopSize()
541 Convergent = Metrics.convergent; in ApproximateLoopSize()
543 unsigned LoopSize = Metrics.NumInsts; in ApproximateLoopSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp224 CodeMetrics Metrics; in runOnLoop() local
234 Metrics.analyzeBasicBlock(BB, *TTI, EphValues); in runOnLoop()
236 unsigned LoopSize = Metrics.NumInsts; in runOnLoop()
/external/opencensus-java/contrib/grpc_metrics/
DREADME.md1 # OpenCensus gRPC Metrics
Dbuild.gradle1 description = 'OpenCensus gRPC Metrics'
/external/grpc-grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/
DMetrics.php7 class Metrics class
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEmptyMessage.php18 \GPBMetadata\Src\Proto\Grpc\Testing\Metrics::initOnce();
/external/libvpx/libvpx/test/
Dconsistency_test.cc32 int height, Ssimv *sv2, Metrics *m,
125 Metrics metrics_;

123