Home
last modified time | relevance | path

Searched refs:measured (Results 1 – 25 of 173) sorted by relevance

1234567

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DArbitraryMeasurementWorker.java58 double measured = (Double) benchmarkMethod.invoke(benchmark); in measure() local
60 .value(Value.create(measured, unit)) in measure()
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts214 const measured = ctx.measureText(displayText); constant
215 if (latencyWidth >= measured.width + 2) {
218 wakeupPos + latencyWidth / 2 - measured.width / 2 - 1,
220 measured.width + 2,
/external/u-boot/arch/arm/dts/
Drk3288-veyron.dtsi322 i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */
323 i2c-scl-rising-time-ns = <100>; /* 45ns measured */
468 i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */
469 i2c-scl-rising-time-ns = <100>; /* 40ns measured */
483 i2c-scl-falling-time-ns = <50>; /* 10ns measured */
484 i2c-scl-rising-time-ns = <800>; /* 600ns measured */
508 i2c-scl-falling-time-ns = <50>; /* 11ns measured */
509 i2c-scl-rising-time-ns = <300>; /* 225ns measured */
/external/perfetto/ui/src/frontend/
Dnotes_panel.ts107 const measured = ctx.measureText(summary); constant
111 left + FLAG_WIDTH + 2, size.height, measured.width + 2, -12);
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt77 - 5. Compute difference of times measured for 1-3 and 4 and record it as
83 - 2. Record time measured for step 1
/external/bcc/tools/
Dpidpersec_example.txt4 This shows the number of new processes created per second, measured by tracing
Dmdflush_example.txt41 latency, as measured using another tool (eg, system monitoring). If spikes in
Dbiosnoop_example.txt28 The latency of the disk I/O, measured from the issue to the device to its
Dtcpconnlat_example.txt6 as measured locally: the time from SYN sent to the response packet.
/external/autotest/client/site_tests/hardware_GobiGPS/
Dcontrol10 satellites have been seen enough to get signal quality measured, or 5
/external/walt/docs/usage/
DWALT_usage.md85 …lta between the audio pulse being generated and being received by the WALT application is measured.
92 …two lines show the 6 individual measurements and their median. The time measured here is the time …
113 …y. The time delta between audio being transmitted by the app and received by the Teensy is measured
168 the measured screen brightness crosses a threshold
234 Drag latency is measured by dragging a finger up and down along the screen. The finger interrupts a…
/external/bcc/examples/tracing/
Ddisksnoop_example.txt34 The latency is measured from I/O request to the device, to the device
/external/walt/android/WALT/app/src/main/jni/
DREADME.md11 All further local time is measured from T0
61 described above guarantees that the clock difference is within the measured
/external/boringssl/ios-arm/crypto/fipsmodule/
Dsha256-armv4.S49 @ Add NEON implementation. On Cortex A8 it was measured to process one
Dsha512-armv4.S49 @ Add NEON implementation. On Cortex A8 it was measured to process
/external/boringssl/linux-arm/crypto/fipsmodule/
Dsha512-armv4.S50 @ Add NEON implementation. On Cortex A8 it was measured to process
Dsha256-armv4.S50 @ Add NEON implementation. On Cortex A8 it was measured to process one
/external/grpc-grpc/src/proto/grpc/testing/
Dmetrics.proto18 // Currently, 'Gauge' (i.e a metric that represents the measured value of
/external/curl/docs/cmdline-opts/
Dwrite-out.d98 The average download speed that curl measured for the complete download. Bytes
102 The average upload speed that curl measured for the complete upload. Bytes per
/external/grpc-grpc-java/interop-testing/src/main/proto/grpc/testing/
Dmetrics.proto17 // Currently, 'Gauge' (i.e a metric that represents the measured value of
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol39 power off. This is actually measured as time for a complete
/external/mesa3d/docs/specs/
DMESA_swap_frame_usage.spec44 where td is the time measured from the last completed buffer swap (or
112 The frame usage is measured as the percentage of the swap period elapsed
/external/u-boot/doc/device-tree-bindings/exynos/
Dtmu.txt27 - This is 25 because temperature measured is always above 25 degrees.
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt112 that has been used in a draw operation just before the measured function call. "_repeated"
142 processing rate (excluding the upload time) is measured. The results are baseline
165 for the render times to stabilize is measured and reported as a test result. For example,
/external/autotest/server/site_tests/power_PowerlogWrapper/
Dcontrol36 test: the client test to run in wrapper test; DUT power is measured during this

1234567