Home
last modified time | relevance | path

Searched refs:overall (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/v8/tools/heap-stats/
Dmodel.js40 this.peakMemory = Math.max(this.peakMemory, liveData.overall);
44 this.instanceTypePeakMemory[name] = Math.max(prev, data[name].overall);
54 return data[a].overall - data[b].overall;
61 max = Math.max(max, entry.overall);
82 const overall = entry[overallProperty];
83 if (sum >= overall) {
85 `${type}: sum('${histogram}') > overall (${sum} > ${overall})`);
Ddetails-selection.js177 formatBytes(this.selectedIsolate.gcs[key].live.overall)
234 .overall > minSize;
238 .overall);
246 let overall = 0;
256 accu + this.selectedData.instance_type_data[current].overall,
259 overall += overalls[category];
262 let percents = category_overall / overall * 100;
274 let instanceTypeSize = instanceTypeData[instanceType].overall;
387 data.push([instance_type, selected_data[instance_type].overall / KB]);
Dtrace-file-reader.js132 overall: 0 property
150 overall: entry.overall, property
156 data[isolate].gcs[gc_id][data_set].overall += entry.overall;
157 if (entry.overall !== 0) {
Dglobal-timeline.js126 return data_set[instance_type].overall;
149 data.push(data_set[instance_type].overall / KB);
/external/clang/test/Analysis/
Dmisc-ps.c88 Struct103 overall; in radar10367606() local
89overall, 0) != (size_t) -1) ? __builtin___memset_chk ((char *) &overall, 0, sizeof(Struct103), __b… in radar10367606()
/external/libaom/libaom/test/
Dvisual_metrics.py391 overall = FileBetter(baseline_file_name, metric_file_name,
393 row[directory] = overall
395 sumoverall[directory] += overall
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dpost_training_quantization.md48 by quantizing to a small set of values maintains the precision of the overall
53 This is represented with two floats that store the overall minimum and maximum
62 For example, with an overall minimum of -10.0 and a maximum
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.smoke36 test_timeout_hint_m=<int> The overall timeout to expect for the
39 from the moblab device. If the overall
Dcontrol.dummyServerNoSsp36 test_timeout_hint_m=<int> The overall timeout to expect for the
39 from the moblab device. If the overall
Dcontrol.dummyServer37 test_timeout_hint_m=<int> The overall timeout to expect for the
40 from the moblab device. If the overall
Dcontrol.bvt-inline37 test_timeout_hint_m=<int> The overall timeout to expect for the
40 from the moblab device. If the overall
/external/autotest/server/site_tests/moblab_StorageQual/
Dcontrol39 test_timeout_hint_m=<int> The overall timeout to expect for the
42 from the moblab device. If the overall
/external/python/cpython3/Tools/importbench/
DREADME3 It should not be used as an overall benchmark of import performance, but rather
/external/syzkaller/docs/
Dissue_template.txt7 If syz-manager is not working overall, please provide output of syz-manager with -debug flag.
/external/autotest/client/tests/ltp/patches/
Dkill-ipc.patch8 will fail, and we can hit race conditions in the overall `make`.
/external/autotest/client/site_tests/hardware_GobiGPS/
Dcontrol11 satellites have been seen overall.
/external/protobuf/benchmarks/
DREADME.md26 that make the overall suite diverse without being too large or having
/external/autotest/client/tests/iozone/
Dpostprocessing.py306 overall = []
321 overall.append(overall_results)
/external/tensorflow/tensorflow/core/framework/
Dstep_stats.proto30 // These are snapshots of the overall allocator memory stats.
/external/tensorflow/tensorflow/contrib/eager/python/examples/l2hmc/
DREADME.md32 graphs when running specific sections and improve the overall speed.
/external/llvm/docs/
DPhabricator.rst107 Phabricator allows you to add inline comments as well as overall comments
113 You can add overall comments in the text box at the bottom of the page.
210 scroll to the bottom of the page where normally you would enter an overall
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DPhabricator.rst112 Phabricator allows you to add inline comments as well as overall comments
118 You can add overall comments in the text box at the bottom of the page.
219 scroll to the bottom of the page where normally you would enter an overall
/external/deqp/doc/testspecs/VK/
Dpipeline.spec_constant.txt35 and overall correctness before accepting the tests.
/external/tensorflow/tensorflow/lite/toco/
Dmodel_flags.proto154 // Use "Total" for overall operator counts.
155 // Use "Arrays" for overall array counts.
/external/tensorflow/tensorflow/lite/g3doc/models/segmentation/
Doverview.md21 classifies the overall image.

12345678910