/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 48 assert.strictEqual(elu2.utilization, 1); 49 assert.strictEqual(elu4.utilization, 1); 67 assert.strictEqual(elu1.utilization, elu1.active / sum); 89 assert.strictEqual(elu3.utilization,
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | orca_load_report.proto | 25 // CPU utilization expressed as a fraction of available CPU resources. This 29 // Memory utilization expressed as a fraction of available memory 41 // Resource utilization values. Each value is expressed as a fraction of total resources 43 map<string, double> utilization = 5; field
|
/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() argument 178 *utilization = sum / (end_analyze - start_analyze); in Analyze() 364 Status OperatorCpu::Analyze(std::string *name, double *utilization, std::string *extra_message) { in Analyze() argument 375 *utilization = 0; in Analyze() 388 if (op_util > *utilization) { in Analyze() 389 *utilization = op_util; in Analyze() 512 Status ProcessCpu::Analyze(std::string *name, double *utilization, std::string *extra_message) { in Analyze() argument 514 RETURN_UNEXPECTED_IF_NULL(utilization); in Analyze() 532 *utilization = sum / (end_analyze - start_analyze); in Analyze() 635 double utilization = 0; in Analyze() local [all …]
|
D | cpu_sampling.h | 74 virtual Status Analyze(std::string *name, double *utilization, std::string *extra_message) = 0; 96 Status Analyze(std::string *name, double *utilization, std::string *extra_message) override; 126 Status Analyze(std::string *name, double *utilization, std::string *extra_message) override; 154 Status Analyze(std::string *name, double *utilization, std::string *extra_message) override;
|
/third_party/grpc/src/proto/grpc/testing/xds/ |
D | orca_load_report_for_test.proto | 39 // CPU utilization expressed as a fraction of available CPU resources. This 43 // Memory utilization expressed as a fraction of available memory 55 // Resource utilization values. Each value is expressed as a fraction of total resources 57 map<string, double> utilization = 5; field
|
/third_party/node/lib/internal/ |
D | worker.js | 463 return { idle: 0, active: 0, utilization: 0 }; 470 return { idle: 0, active: 0, utilization: 0 }; 476 return { idle, active, utilization: active / (idle + active) }; 488 return { idle, active, utilization: active / (idle + active) }; 493 const utilization = active_delta / (idle_delta + active_delta); 494 return { idle: idle_delta, active: active_delta, utilization };
|
/third_party/node/lib/ |
D | perf_hooks.js | 505 return { idle: 0, active: 0, utilization: 0 }; 511 return { idle, active, utilization: active / (idle + active) }; 518 return { idle, active, utilization: active / (idle + active) }; 523 const utilization = active_delta / (idle_delta + active_delta); 524 return { idle: idle_delta, active: active_delta, utilization };
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_gpu_memory_info.txt | 53 approaching full utilization and swapping (with its related 57 hardware memory utilization in order to allow the application to 118 the overall GPU memory utilization so that an application can determine 155 any potential fragmentation issues that may limit full utilization
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_gpu_memory_info.txt | 53 approaching full utilization and swapping (with its related 57 hardware memory utilization in order to allow the application to 118 the overall GPU memory utilization so that an application can determine 155 any potential fragmentation issues that may limit full utilization
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_binning_control.txt | 88 utilization (this path increases vertex 91 utilization (this path increases CPU
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_binning_control.txt | 88 utilization (this path increases vertex 91 utilization (this path increases CPU
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | backend_metric.cc | 74 backend_metric_data->utilization = in ParseBackendMetricData()
|
D | lb_policy.h | 101 std::map<absl::string_view, double> utilization; member
|
/third_party/ltp/testcases/kernel/power_management/lib/ |
D | pm_sched_mc.py | 718 utilization = int(stats_percentage[l][1]) 720 utilization += int(get_cpu_utilization("cpu%s" %sib_list[i])) 722 utilization = stats_percentage[l][1] 723 if utilization > 40:
|
/third_party/grpc/test/cpp/end2end/ |
D | client_lb_end2end_test.cc | 1754 for (const auto& p : backend_metric_data->utilization) { in ReportTrailerIntercepted() 1851 auto* utilization = load_report.mutable_utilization(); in TEST_F() local 1852 (*utilization)["baz"] = 1.1; in TEST_F() 1853 (*utilization)["quux"] = 0.9; in TEST_F() 1877 EXPECT_EQ(actual->utilization().size(), load_report.utilization().size()); in TEST_F() 1878 for (const auto& p : actual->utilization()) { in TEST_F() 1879 auto it = load_report.utilization().find(p.first); in TEST_F() 1880 ASSERT_NE(it, load_report.utilization().end()); in TEST_F()
|
/third_party/mesa3d/docs/ |
D | perfetto.rst | 13 - Process memory utilization (``linux.process_stats``) 18 GPU performance (frequency, utilization, performance counters, etc) on the
|
/third_party/node/test/sequential/ |
D | test-worker-eventlooputil.js | 67 { idle: 0, active: 0, utilization: 0 }); property
|
/third_party/node/doc/api/ |
D | perf_hooks.md | 70 * `utilization` {number} 74 high resolution milliseconds timer. The `utilization` value is the calculated 84 and `idle` times, as well as the corresponding `utilization` value are 92 ELU is similar to CPU utilization, except that it only measures event loop 106 console.log(eventLoopUtilization(elu).utilization); 111 `utilization` is `1`. This is because the call to
|
/third_party/nghttp2/doc/ |
D | h2load.h2r | 112 disables flow control to avoid under utilization of server
|
/third_party/mesa3d/docs/isl/ |
D | aux-surf-comp.rst | 28 instead. Depending on the geometry and cache utilization, this can save as
|
/third_party/boost/libs/math/doc/interpolators/ |
D | cubic_hermite.qbk | 199 …exity of the non-equispaced version is evident, as is the better cache utilization of the "array o…
|
/third_party/grpc/src/proto/grpc/lb/v1/ |
D | load_reporter.proto | 85 // Reports the current utilization of the server (typical range [0.0 - 1.0]).
|
/third_party/boost/libs/spirit/doc/lex/ |
D | lexer_quickstart3.qbk | 17 lexical analyzer libraries. The utilization of iterators seemed to be the
|
/third_party/openGLES/extensions/SGI/ |
D | GLX_SGI_cushion.txt | 34 frames. In particular, they monitor the utilization of graphics
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/ |
D | README.md | 144 Multiple `marl::Scheduler`s may fight each other for hardware thread utilization.
|