Home
last modified time | relevance | path

Searched refs:measuring (Results 1 – 25 of 116) sorted by relevance

12345

/external/toybox/toys/posix/
Ddf.c78 static void show_mt(struct mtab_list *mt, int measuring) in show_mt() argument
132 if (measuring) measure_columns(dsuapm); in show_mt()
141 int measuring; in df_main() local
154 for (measuring = 1;;) { in df_main()
160 if (!measuring) perror_msg("'%s'", *next); in df_main()
168 show_mt(mt ? : mt2, measuring); in df_main()
171 if (!measuring--) break; in df_main()
189 for (measuring = 1;;) { in df_main()
190 for (mt = mtstart; mt; mt = mt->next) show_mt(mt, measuring); in df_main()
191 if (!measuring--) break; in df_main()
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRuntimeInstrument.java249 boolean measuring = false; field in RuntimeInstrument.RuntimeMeasurementCollector
271 if (measuring && isWarmupComplete() && !notifiedAboutGc) { in visit()
282 if (measuring && notifiedAboutMeasuringJit) { in visit()
298 checkState(!measuring); in visit()
299 measuring = true; in visit()
307 checkState(measuring); in visit()
333 measuring = false; in visit()
/external/autotest/client/tests/hackbench/
Dcontrol10 Hackbench is a benchmark for measuring the performance, overhead and
/external/caliper/
DMETADATA2 description: "Caliper is a tool for measuring Java code performance, primarily focused on microbenc…
/external/llvm-project/libc/benchmarks/
DRATIONALE.md37 facility should focus on measuring **low latency code**. If copying a few bytes
66 matter of fact **on the same machine, measuring twice the same piece of code will yield
98 legitimacy of measuring cycles rather than **raw time**.
138 Note: When measuring longer runtimes (e.g. copying several megabytes of data)
146 When measuring code with branches, repeating the same call again and again will
229 cache hierarchy informations) but when it comes to measuring memory
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content.lua39 Lots of testing and measuring
/external/skqp/resources/lua/
Dslides_content.lua39 Lots of testing and measuring
/external/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog13 just measuring the time.
/external/rust/crates/criterion/
DREADME.md31 Criterion.<span></span>rs helps you write fast code by detecting and measuring performance improvem…
101 …tistically rigorous tool for measuring the performance of code, preventing performance regressions…
/external/walt/docs/
DAudioLatency.md52 Superpowered Inc. maintains an open source app for measuring round trip audio latency -
61 Audio signal for measuring microphone latency is generated as a square wave using the Teensy tone()
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug01.txt18 by looking at /proc/stat or measuring the relative performance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetPfmCounters.td31 // Set of PfmCounters for measuring sched model characteristics.
/external/llvm-project/llvm/include/llvm/Target/
DTargetPfmCounters.td33 // Set of PfmCounters for measuring sched model characteristics.
/external/autotest/client/site_tests/graphics_GLBench/
Dcontrol34 various graphic intensive activities take, which includes measuring:
Dcontrol.hwqual38 various graphic intensive activities take, which includes measuring:
Dcontrol.bvt40 various graphic intensive activities take, which includes measuring:
/external/tensorflow/tensorflow/lite/micro/benchmarks/
DREADME.md3 These benchmarks are for measuring the performance of key models and workloads.
/external/skqp/site/user/api/
Dskpaint_overview.md75 a specific font style, to be used for measuring and drawing
77 but also for measuring it.
/external/skia/site/docs/user/api/
Dskpaint_overview.md82 a specific font style, to be used for measuring and drawing
84 but also for measuring it.
/external/bcc/tools/
Dzfsdist_example.txt67 latency suffered by applications reading from the file system than measuring
Dbtrfsdist_example.txt48 applications reading from the file system than measuring this down at the
Dxfsdist_example.txt42 applications reading from the file system than measuring this down at the
Dext4dist_example.txt54 applications reading from the file system than measuring this down at the
Dbiolatency_example.txt104 The -Q option begins measuring I/O latency from when the request was first
/external/oboe/
DREADME.md30 - [**OboeTester** app for measuring latency, glitches, etc.](https://github.com/google/oboe/tree/ma…

12345