Home
last modified time | relevance | path

Searched refs:utilization (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Daccelerator_utilization_checker.h57 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/
Dadvise.md34 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/
Dfrontend.ts85 const utilization = Math.min(data.utilizations[i], 1); constant
91 lastY = MARGIN_TOP + Math.round(RECT_HEIGHT * (1 - utilization));
/external/perfetto/test/trace_processor/
Dandroid_sched_and_ps_slice_span_join_b118665515.out4 "bucket","utilization"
Dslice_span_join_b118665515.sql7 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/
Dffsb_fs.c158 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()
DREADME40 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/
DREADME.md16 * 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
Dprofiler_service.proto117 // Level 1: An ultra lightweight mode that captures only some utilization
119 // Level 2: More verbose than level 1. Collects utilization metrics, device
Dop_profile.proto64 // - utilization is flops/time
/external/tensorflow/tensorflow/contrib/tfprof/
DREADME.md14 * accelerator utilization check
/external/perfetto/ui/src/tracks/process_scheduling/
Dfrontend.ts93 const utilization = data.utilizations[i]; constant
99 lastY = MARGIN_TOP + Math.round(RECT_HEIGHT * (1 - utilization));
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py718 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/
Dfrontend.ts98 const utilization = data.utilizations[i]; constant
104 lastY = MARGIN_TOP + Math.round(RECT_HEIGHT * (1 - utilization));
/external/jemalloc_new/
DTUNING.md35 `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/
Dtrace_stats.proto46 // 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/
Dvirtual_scheduler.cc990 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/
DREADME.dfutftp31 This was caused by DFU standard, which imposed utilization
DREADME.mpc85xxcds29 platform to allow for utilization of all 85xx CDS devices. The memory
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto79 // waiting for the backward pass. This improves the utilization of the sparse
/external/grpc-grpc-java/benchmarks/
DREADME.md33 … is no bytes are transferred over the network, there is hardly any CPU utilization and low memory …
/external/llvm/docs/CommandGuide/
Dlli.rst161 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dlli.rst161 =simple: Simple two pass scheduling: minimize critical path and maximize processor utilization
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc208 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/
Dload_reporter.proto85 // Reports the current utilization of the server (typical range [0.0 - 1.0]).

123