Searched defs:utilization (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/parallel/ |
D | test-performance-eventlooputil.js | 18 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/ |
D | orca_load_report.proto | 43 map<string, double> utilization = 5; field
|
/third_party/grpc/src/proto/grpc/testing/xds/ |
D | orca_load_report_for_test.proto | 57 map<string, double> utilization = 5; field
|
/third_party/node/test/sequential/ |
D | test-worker-eventlooputil.js | 67 { idle: 0, active: 0, utilization: 0 }); property
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/ |
D | cpu_sampling.cc | 159 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/ |
D | lb_policy.h | 101 std::map<absl::string_view, double> utilization; member
|
/third_party/grpc/test/cpp/end2end/ |
D | client_lb_end2end_test.cc | 1851 auto* utilization = load_report.mutable_utilization(); in TEST_F() local
|