/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | accelerator_utilization_checker.h | 57 double utilization = 1.0 * stat.exec_micros / total_micros; in CheckInternal() local 58 if (utilization >= 0.5) { in CheckInternal() 60 s.first.c_str(), utilization)); in CheckInternal() 61 } else if (utilization < 0.5 && utilization > 0.2) { in CheckInternal() 63 s.first.c_str(), utilization)); in CheckInternal() 64 } else if (utilization <= 0.2) { in CheckInternal() 66 s.first.c_str(), utilization)); in CheckInternal()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | advise.md | 34 device: /job:worker/replica:0/task:0/device:GPU:0 low utilization: 0.03 35 device: /job:worker/replica:0/task:0/device:GPU:1 low utilization: 0.08 36 device: /job:worker/replica:0/task:0/device:GPU:2 low utilization: 0.04 37 device: /job:worker/replica:0/task:0/device:GPU:3 low utilization: 0.21 87 * Checks CPU/Memory utilization of the job.
|
/external/perfetto/ui/src/tracks/process_summary/ |
D | frontend.ts | 85 const utilization = Math.min(data.utilizations[i], 1); constant 91 lastY = MARGIN_TOP + Math.round(RECT_HEIGHT * (1 - utilization));
|
/external/perfetto/test/trace_processor/ |
D | android_sched_and_ps_slice_span_join_b118665515.out | 4 "bucket","utilization"
|
D | slice_span_join_b118665515.sql | 7 select quantum_ts as bucket, sum(dur)/cast(10000000 as float) as utilization from span_8 where cpu …
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fs.c | 158 static void age_fs(ffsb_fs_t * fs, double utilization); 380 static void age_fs(ffsb_fs_t * fs, double utilization) in age_fs() argument 390 fs->start_fsutil, utilization); in age_fs() 396 pdata.util = utilization; in age_fs()
|
D | README | 40 On Linux, CPU utilization information will only be accurate for 42 zeros for CPU utilization because Linuxthreads is non-compliant to 93 run until filesystem utilization reaches the specified amount. 297 # then a desired utilization percentage
|
/external/tensorflow/tensorflow/core/profiler/ |
D | README.md | 16 * accelerator utilization check 163 device: /job:worker/replica:0/task:0/device:GPU:0 low utilization: 0.03 164 device: /job:worker/replica:0/task:0/device:GPU:1 low utilization: 0.08 165 device: /job:worker/replica:0/task:0/device:GPU:2 low utilization: 0.04 166 device: /job:worker/replica:0/task:0/device:GPU:3 low utilization: 0.21
|
D | profiler_service.proto | 117 // Level 1: An ultra lightweight mode that captures only some utilization 119 // Level 2: More verbose than level 1. Collects utilization metrics, device
|
D | op_profile.proto | 64 // - utilization is flops/time
|
/external/tensorflow/tensorflow/contrib/tfprof/ |
D | README.md | 14 * accelerator utilization check
|
/external/perfetto/ui/src/tracks/process_scheduling/ |
D | frontend.ts | 93 const utilization = data.utilizations[i]; constant 99 lastY = MARGIN_TOP + Math.round(RECT_HEIGHT * (1 - utilization));
|
/external/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:
|
/external/perfetto/ui/src/tracks/cpu_slices/ |
D | frontend.ts | 98 const utilization = data.utilizations[i]; constant 104 lastY = MARGIN_TOP + Math.round(RECT_HEIGHT * (1 - utilization));
|
/external/jemalloc_new/ |
D | TUNING.md | 35 `metadata_thp:always`, which is expected to improve CPU utilization at a 71 * High resource consumption application, prioritizing CPU utilization:
|
/external/perfetto/protos/perfetto/common/ |
D | trace_stats.proto | 46 // The current utilization of the trace buffer (mid-tracing) can be obtained 52 // be overridden before the utilization reaches 100%.
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 990 int utilization = 0; in Summary() local 992 utilization = total_compute_time_ns.count() * 100 / wall_time_ns.count(); in Summary() 997 << ", utilization = " << utilization << "%"; in Summary()
|
/external/u-boot/doc/ |
D | README.dfutftp | 31 This was caused by DFU standard, which imposed utilization
|
D | README.mpc85xxcds | 29 platform to allow for utilization of all 85xx CDS devices. The memory
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | tpu_embedding_configuration.proto | 79 // waiting for the backward pass. This improves the utilization of the sparse
|
/external/grpc-grpc-java/benchmarks/ |
D | README.md | 33 … is no bytes are transferred over the network, there is hardly any CPU utilization and low memory …
|
/external/llvm/docs/CommandGuide/ |
D | lli.rst | 161 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | lli.rst | 161 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.cc | 208 double utilization = throughput_kbps.GetMean() / max_throughput_kbps; in PrintResults() local 210 utilization * 100.0, "%", false); in PrintResults()
|
/external/grpc-grpc/src/proto/grpc/lb/v1/ |
D | load_reporter.proto | 85 // Reports the current utilization of the server (typical range [0.0 - 1.0]).
|