/external/toybox/toys/posix/ |
D | df.c | 78 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/ |
D | RuntimeInstrument.java | 249 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/ |
D | control | 10 Hackbench is a benchmark for measuring the performance, overhead and
|
/external/caliper/ |
D | METADATA | 2 description: "Caliper is a tool for measuring Java code performance, primarily focused on microbenc…
|
/external/llvm-project/libc/benchmarks/ |
D | RATIONALE.md | 37 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/ |
D | slides_content.lua | 39 Lots of testing and measuring
|
/external/skqp/resources/lua/ |
D | slides_content.lua | 39 Lots of testing and measuring
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ChangeLog | 13 just measuring the time.
|
/external/rust/crates/criterion/ |
D | README.md | 31 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/ |
D | AudioLatency.md | 52 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/ |
D | hotplug01.txt | 18 by looking at /proc/stat or measuring the relative performance
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 31 // Set of PfmCounters for measuring sched model characteristics.
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetPfmCounters.td | 33 // Set of PfmCounters for measuring sched model characteristics.
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | control | 34 various graphic intensive activities take, which includes measuring:
|
D | control.hwqual | 38 various graphic intensive activities take, which includes measuring:
|
D | control.bvt | 40 various graphic intensive activities take, which includes measuring:
|
/external/tensorflow/tensorflow/lite/micro/benchmarks/ |
D | README.md | 3 These benchmarks are for measuring the performance of key models and workloads.
|
/external/skqp/site/user/api/ |
D | skpaint_overview.md | 75 a specific font style, to be used for measuring and drawing 77 but also for measuring it.
|
/external/skia/site/docs/user/api/ |
D | skpaint_overview.md | 82 a specific font style, to be used for measuring and drawing 84 but also for measuring it.
|
/external/bcc/tools/ |
D | zfsdist_example.txt | 67 latency suffered by applications reading from the file system than measuring
|
D | btrfsdist_example.txt | 48 applications reading from the file system than measuring this down at the
|
D | xfsdist_example.txt | 42 applications reading from the file system than measuring this down at the
|
D | ext4dist_example.txt | 54 applications reading from the file system than measuring this down at the
|
D | biolatency_example.txt | 104 The -Q option begins measuring I/O latency from when the request was first
|
/external/oboe/ |
D | README.md | 30 - [**OboeTester** app for measuring latency, glitches, etc.](https://github.com/google/oboe/tree/ma…
|