Home
last modified time | relevance | path

Searched refs:typical (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/external/rust/crates/criterion/src/
Dmeasurement.rs108 fn bytes_per_second(&self, bytes: f64, typical: f64, values: &mut [f64]) -> &'static str { in bytes_per_second()
109 let bytes_per_second = bytes * (1e9 / typical); in bytes_per_second()
128 fn elements_per_second(&self, elems: f64, typical: f64, values: &mut [f64]) -> &'static str { in elements_per_second()
129 let elems_per_second = elems * (1e9 / typical); in elements_per_second()
151 typical: f64, in scale_throughputs()
156 Throughput::Bytes(bytes) => self.bytes_per_second(bytes as f64, typical, values), in scale_throughputs()
157 Throughput::Elements(elems) => self.elements_per_second(elems as f64, typical, values), in scale_throughputs()
Destimate.rs114 pub fn typical(&self) -> &Estimate { in typical() method
124 Statistic::Typical => Some(self.typical()), in get()
137 pub fn typical(&self) -> &Distribution<f64> { in typical() method
147 Statistic::Typical => Some(self.typical()), in get()
/external/rust/crates/criterion/src/plot/plotters_backend/
Dpdf.rs17 let typical = base_avg_times.max().max(measurements.avg_times.max()); in pdf_comparison_figure() localVariable
19 let unit = formatter.scale_values(typical, &mut scaled_base_avg_times); in pdf_comparison_figure()
26 let _ = formatter.scale_values(typical, &mut scaled_new_avg_times); in pdf_comparison_figure()
120 let typical = avg_times.max(); in pdf_small() localVariable
122 let unit = formatter.scale_values(typical, &mut scaled_avg_times); in pdf_small()
179 let typical = avg_times.max(); in pdf() localVariable
181 let unit = formatter.scale_values(typical, &mut scaled_avg_times); in pdf()
203 let _ = formatter.scale_values(typical, &mut fences); in pdf()
Dregression.rs22 let (max_iters, typical) = (data.x().max(), data.y().max()); in regression_figure()
24 let unit = formatter.scale_values(typical, &mut scaled_y); in regression_figure()
29 let _ = formatter.scale_values(typical, &mut scaled_points); in regression_figure()
124 let typical = base_data.y().max().max(data.y().max()); in regression_comparison_figure() localVariable
165 let unit = formatter.scale_values(typical, &mut points); in regression_comparison_figure()
Ddistributions.rs18 let typical = ci.upper_bound; in abs_distribution() localVariable
20 let unit = formatter.scale_values(typical, &mut ci_values); in abs_distribution()
26 let _ = formatter.scale_values(typical, &mut scaled_xs); in abs_distribution()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Dpdf.rs15 let typical = avg_times.max(); in pdf() localVariable
17 let unit = formatter.scale_values(typical, &mut scaled_avg_times); in pdf()
39 let _ = formatter.scale_values(typical, &mut fences); in pdf()
235 let typical = avg_times.max(); in pdf_small() localVariable
237 let unit = formatter.scale_values(typical, &mut scaled_avg_times); in pdf_small()
295 let typical = base_avg_times.max().max(measurements.avg_times.max()); in pdf_comparison_figure() localVariable
297 let unit = formatter.scale_values(typical, &mut scaled_base_avg_times); in pdf_comparison_figure()
304 let _ = formatter.scale_values(typical, &mut scaled_new_avg_times); in pdf_comparison_figure()
Dregression.rs25 let (max_iters, typical) = (data.x().max(), data.y().max()); in regression_figure()
27 let unit = formatter.scale_values(typical, &mut scaled_y); in regression_figure()
32 let _ = formatter.scale_values(typical, &mut scaled_points); in regression_figure()
140 let typical = base_data.y().max().max(data.y().max()); in regression_comparison_figure() localVariable
181 let unit = formatter.scale_values(typical, &mut points); in regression_comparison_figure()
Ddistributions.rs25 let typical = ci.upper_bound; in abs_distribution() localVariable
27 let unit = formatter.scale_values(typical, &mut ci_values); in abs_distribution()
33 let _ = formatter.scale_values(typical, &mut scaled_xs); in abs_distribution()
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
DDW_AT_const_value.s12 ## Variable specified via DW_FORM_udata. This is typical for clang (10).
14 ## Variables specified via fixed-size forms. This is typical for gcc (9).
/external/autotest/server/site_tests/bluetooth_AdapterMTBF/
Dcontrol.typical_use_cases_test20 The test is to run some typical bluetooth use cases and measure the Mean
21 Time Between Failures (MTBF). Currently the typical use cases include:
/external/okhttp/okio/benchmarks/
DREADME.md15 This should create a `benchmarks.jar` file in the `target` directory, which is a typical JMH benchm…
29 More help is available using the `-h` option. A typical run on Mac OS X looks like:
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/
DREADME.md1 This directory contains automated tests covering typical meeting room scenarios.
/external/grpc-grpc-java/testing/src/main/resources/certs/
Dopenssl.cnf181 # For normal client use this is typical
187 # This is typical in keyUsage for a client certificate.
228 # Extensions for a typical CA
243 # Key usage: this is typical for a CA certificate. However since it will
288 # For normal client use this is typical
294 # This is typical in keyUsage for a client certificate.
/external/igt-gpu-tools/benchmarks/
DREADME4 A typical way to run them would be:
/external/auto/value/userguide/
Dtrouble.md9 as you expect. A typical offending class is [`JSONObject`]
Dgenerated-example.md4 For the code shown in the [introduction](index.md), the following is typical
/external/openscreen/osp/impl/discovery/mdns/
Ddomain_name_unittest.cc59 const auto typical = in TEST()
63 EXPECT_EQ(result.domain_name(), typical); in TEST()
/external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
Dtpmtoken_import_openssl.cnf175 # For normal client use this is typical
181 # This is typical in keyUsage for a client certificate.
218 # Extensions for a typical CA
233 # Key usage: this is typical for a CA certificate. However since it will
/external/llvm-project/lldb/tools/
DCMakeLists.txt6 # i.e. if a target requires it as dependency. The typical
/external/autotest/client/profilers/powertop/src/
DREADME25 A typical Linux distribution has many components that wake the
28 battery life of typical laptops was increased by one hour or more!
/external/slf4j/log4j-over-slf4j/compatibility/
Dreadme.txt3 Two test cases simulate the typical calls that one can find in an application
/external/markdown/docs/extensions/
DRSS.txt9 available to anyone who has a typical install of Python-Markdown.
/external/autotest/server/site_tests/telemetry_Benchmarks/
Dcontrol.loading.desktop28 dargs['extra_args'] = '--story-tag-filter=typical'.split()
/external/llvm-project/mlir/test/IR/
Dpretty-attributes.mlir4 // In the typical case where what is being elided is a very large constant
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dempty.proto21 // messages in your project. A typical example is to use it as argument or the

12345678910>>...20