Home
last modified time | relevance | path

Searched refs:measurement (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
Dperf_test.cc54 std::string ResultsToString(const std::string &measurement, in ResultsToString() argument
66 return StringPrintf("%sRESULT %s%s: %s= %s%s%s %s\n", important ? "*" : "", measurement.c_str(), in ResultsToString()
71 void PrintResultsImpl(const std::string &measurement, in PrintResultsImpl() argument
82 ResultsToString(measurement, modifier, trace, values, prefix, suffix, units, important) in PrintResultsImpl()
92 void PrintResult(const std::string &measurement, in PrintResult() argument
99 PrintResultsImpl(measurement, modifier, trace, NumberToString(value), std::string(), in PrintResult()
103 void PrintResult(const std::string &measurement, in PrintResult() argument
110 PrintResultsImpl(measurement, modifier, trace, NumberToString(value), std::string(), in PrintResult()
115 const std::string &measurement, in AppendResult() argument
122 output += ResultsToString(measurement, modifier, trace, NumberToString(value), std::string(), in AppendResult()
[all …]
Dperf_test.h26 void PrintResult(const std::string &measurement,
32 void PrintResult(const std::string &measurement,
40 const std::string &measurement,
49 void PrintResult(const std::string &measurement,
57 const std::string &measurement,
67 void PrintResultMeanAndError(const std::string &measurement,
75 const std::string &measurement,
86 void PrintResultList(const std::string &measurement,
94 const std::string &measurement,
Dangle-mods.patch69 -- std::string ResultsToString(const std::string& measurement,
143 - std::string ResultsToString(const std::string& measurement,
146 -@@ -23,7 +54,7 @@ std::string ResultsToString(const std::string& measurement,
152 - important ? "*" : "", measurement.c_str(), modifier.c_str(),
155 -@@ -53,7 +84,7 @@ void PrintResult(const std::string& measurement,
159 -- PrintResultsImpl(measurement, modifier, trace, base::NumberToString(value),
160 -+ PrintResultsImpl(measurement, modifier, trace, NumberToString(value),
164 -@@ -63,7 +94,7 @@ void PrintResult(const std::string& measurement,
168 -- PrintResultsImpl(measurement, modifier, trace, base::NumberToString(value),
169 -+ PrintResultsImpl(measurement, modifier, trace, NumberToString(value),
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ir_instrument1.txt56 The format of any instrument measurement in the buffer should obey
57 some conventions. The first word of the measurement should be the
58 enum for the instrument itself. The second word of the measurement
59 should be the size in words of the entire measurement so that any
62 The IR_INSTRUMENT1_SGIX measurement uses 10 words of the buffer.
102 ReadInstrumentsSGIX for this measurement.
107 at 1 with the first measurement and incrementing by 1 for each
108 successive measurement.
DSGIX_instruments.txt106 * in words of the instrument measurement we have enabled.
113 * measurement request (should be 14)
121 * the size in words of an instrument measurement
190 If there are multiple instruments enabled, the measurement for
192 a given measurement.
197 To start the enabled instrument(s) before taking a measurement
199 take a measurement use StopInstrumentsSGIX. The parameter <marker>
203 To take an instrument measurement use ReadInstrumentsSGIX. The
228 To determine whether a measurement of the enabled instruments has
230 measurement has appeared in the buffer since the last call to
[all …]
DSGIX_occlusion_instrument.txt72 the size of the measurement (4); the result of the measurement; and
/third_party/openGLES/extensions/SGIX/
DSGIX_ir_instrument1.txt56 The format of any instrument measurement in the buffer should obey
57 some conventions. The first word of the measurement should be the
58 enum for the instrument itself. The second word of the measurement
59 should be the size in words of the entire measurement so that any
62 The IR_INSTRUMENT1_SGIX measurement uses 10 words of the buffer.
102 ReadInstrumentsSGIX for this measurement.
107 at 1 with the first measurement and incrementing by 1 for each
108 successive measurement.
DSGIX_instruments.txt106 * in words of the instrument measurement we have enabled.
113 * measurement request (should be 14)
121 * the size in words of an instrument measurement
190 If there are multiple instruments enabled, the measurement for
192 a given measurement.
197 To start the enabled instrument(s) before taking a measurement
199 take a measurement use StopInstrumentsSGIX. The parameter <marker>
203 To take an instrument measurement use ReadInstrumentsSGIX. The
228 To determine whether a measurement of the enabled instruments has
230 measurement has appeared in the buffer since the last call to
[all …]
DSGIX_occlusion_instrument.txt72 the size of the measurement (4); the result of the measurement; and
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dsysinfo.cc283 double measurement = MeasureTscFrequencyWithSleep(sleep_nanoseconds); in MeasureTscFrequency() local
284 if (measurement * 0.99 < last_measurement && in MeasureTscFrequency()
285 last_measurement < measurement * 1.01) { in MeasureTscFrequency()
288 return measurement; in MeasureTscFrequency()
290 last_measurement = measurement; in MeasureTscFrequency()
/third_party/benchmark/tools/gbench/
Dreport.py364 for measurement in benchmark['measurements']:
370 get_color(measurement['time']),
371 measurement['time'],
372 get_color(measurement['cpu']),
373 measurement['cpu'],
374 measurement['real_time'],
375 measurement['real_time_other'],
376 measurement['cpu_time'],
377 measurement['cpu_time_other'],
/third_party/ltp/testcases/kernel/security/integrity/ima/
DREADME.md11 ### IMA measurement tests
15 space, may contain equivalent measurement tcb rules, detecting them would
29 key measurement, e.g.:
35 policy rule for key measurement, e.g.:
89 (for IMA measurement, IMA appraisal and EVM protection)
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DHistogramWriter.h32 void addSample(const std::string &measurement,
49 inline void HistogramWriter::addSample(const std::string &measurement, in addSample() argument
DHistogramWriter.cpp49 void HistogramWriter::addSample(const std::string &measurement, in addSample() argument
54 std::string measurementAndStory = measurement + story; in addSample()
62 std::make_unique<catapult::HistogramBuilder>(measurement, unitAndDirection); in addSample()
/third_party/node/deps/icu-small/source/i18n/
Dulocdata.cpp231 UResourceBundle* measurement=nullptr; in ulocdata_getMeasurementSystem() local
238 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem()
239 int32_t result = ures_getInt(measurement, status); in ulocdata_getMeasurementSystem()
244 ures_close(measurement); in ulocdata_getMeasurementSystem()
/third_party/icu/icu4c/source/i18n/
Dulocdata.cpp225 UResourceBundle* measurement=NULL; in ulocdata_getMeasurementSystem() local
232 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem()
233 int32_t result = ures_getInt(measurement, status); in ulocdata_getMeasurementSystem()
238 ures_close(measurement); in ulocdata_getMeasurementSystem()
/third_party/skia/third_party/externals/icu/source/i18n/
Dulocdata.cpp225 UResourceBundle* measurement=NULL; in ulocdata_getMeasurementSystem() local
232 measurement = measurementTypeBundleForLocale(localeID, MEASUREMENT_SYSTEM, status); in ulocdata_getMeasurementSystem()
233 system = (UMeasurementSystem) ures_getInt(measurement, status); in ulocdata_getMeasurementSystem()
235 ures_close(measurement); in ulocdata_getMeasurementSystem()
/third_party/protobuf/benchmarks/util/
Dresult_parser.py183 for measurement in result["measurements"]:
184 total_weight += measurement["weight"]
185 total_value += measurement["value"]["magnitude"]
/third_party/node/deps/v8/tools/
Davg.py209 measurement = MEASUREMENTS.any()
210 if measurement:
211 status = measurement.status(MEASUREMENTS.max_widths)
/third_party/benchmark/src/
Dperf_counters.h178 double measurement = static_cast<double>(end_values_[i]) - in Stop() local
180 measurements.push_back({counters_.names()[i], measurement}); in Stop()
/third_party/ffmpeg/doc/
Drate_distortion.txt13 Distortion can be quantified by almost any quality measurement one chooses.
30 chosen quality measurement) at the desired (or lower) filesize.
/third_party/icu/icu4c/source/data/lang/
Den_CA.txt30 ms{"measurement system"}
159 uksystem{"imperial measurement system"}
160 ussystem{"US measurement system"}
/third_party/mesa3d/docs/
Dgpu-perf-tracing.rst4 TODO: Add general tips for performance measurement.
/third_party/skia/tools/perf-canvaskit-puppeteer/
DREADME.md32 the measurement of the test() function; with_flush_ms is the measurement of test() and the
/third_party/icu/docs/userguide/format_parse/numbers/
Dindex.md26 For number ranges, including currency and measurement unit ranges, see [`NumberRangeFormatter`](htt…

123456