Home
last modified time | relevance | path

Searched defs:utilization (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-performance-eventlooputil.js18 assert.deepStrictEqual(elu, { idle: 0, active: 0, utilization: 0 }); property
20 { idle: 0, active: 0, utilization: 0 }); property
22 { idle: 0, active: 0, utilization: 0 }); property
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dorca_load_report.proto43 map<string, double> utilization = 5; field
/third_party/grpc/src/proto/grpc/testing/xds/
Dorca_load_report_for_test.proto57 map<string, double> utilization = 5; field
/third_party/node/test/sequential/
Dtest-worker-eventlooputil.js67 { idle: 0, active: 0, utilization: 0 }); property
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dcpu_sampling.cc159 Status DeviceCpu::Analyze(std::string *name, double *utilization, std::string *extra_message) { in Analyze()
364 Status OperatorCpu::Analyze(std::string *name, double *utilization, std::string *extra_message) { in Analyze()
512 Status ProcessCpu::Analyze(std::string *name, double *utilization, std::string *extra_message) { in Analyze()
635 double utilization = 0; in Analyze() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dlb_policy.h101 std::map<absl::string_view, double> utilization; member
/third_party/grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc1851 auto* utilization = load_report.mutable_utilization(); in TEST_F() local