/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | BenchmarkClassChecker.java | 56 private final ImmutableSet<Instrument> instruments; field in BenchmarkClassChecker 65 instruments = instrumentProvider.instruments(); in BenchmarkClassChecker() 77 for (Instrument instrument : instruments) { in isBenchmark() 100 ImmutableSet<Instrument> instruments(); in instruments() method
|
D | ExperimentingCaliperRun.java | 71 private final ImmutableSet<Instrument> instruments; field in ExperimentingCaliperRun 82 ImmutableSet<Instrument> instruments, in ExperimentingCaliperRun() argument 90 this.instruments = instruments; in ExperimentingCaliperRun() 107 stdout.println(" Instruments: " + FluentIterable.from(selector.instruments()) in run() 127 benchmarkClass.benchmarkClass().getSimpleName(), instruments); in run()
|
D | ExperimentSelector.java | 23 ImmutableSet<Instrument> instruments(); in instruments() method
|
D | ExperimentingRunnerModule.java | 245 BenchmarkClass benchmarkClass, ImmutableSet<Instrument> instruments) in provideInstrumentations() argument 250 for (Instrument instrument : instruments) { in provideInstrumentations()
|
D | FullCartesianExperimentSelector.java | 55 @Override public ImmutableSet<Instrument> instruments() { in instruments() method in FullCartesianExperimentSelector
|
/external/autotest/client/cros/cellular/ |
D | prologix_scpi_driver_test_noautorun.py | 43 self._get_idns_and_verify(instruments=[instr], opc=True) 66 self._get_idns_and_verify(instruments=[instr], opc=True) 158 self._get_idns_and_verify(instruments=scpi_instruments, opc=True) 164 self._get_idns_and_verify(instruments=scpi_instruments, opc=False) 184 def _get_idns_and_verify(self, instruments, opc=False): argument 189 for instr in instruments:
|
/external/bazelbuild-rules_android/rules/android_packaged_resources/ |
D | impl.bzl | 48 instruments = ctx.attr.instruments,
|
D | attrs.bzl | 43 instruments = attr.label(),
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument_load_then_store.ll | 1 ; Test that AddressSanitizer instruments "(*a)++" only once.
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument_load_then_store.ll | 1 ; Test that AddressSanitizer instruments "(*a)++" only once.
|
/external/llvm-project/clang/docs/ |
D | ThreadSanitizer.rst | 99 instruments such functions to avoid false positives and provide meaningful stack
|
D | SanitizerCoverage.rst | 255 dummy blocks and then instruments those blocks:
|
/external/clang/docs/ |
D | ThreadSanitizer.rst | 92 instruments such functions to avoid false positives and provide meaningful stack
|
D | SanitizerCoverage.rst | 182 edges by introducing new dummy blocks and then instruments those blocks:
|
/external/bcc/tools/ |
D | filetop_example.txt | 46 kernel dynamic tracing, which instruments explicit read and write calls. If
|
/external/oboe/docs/ |
D | AppsUsingOboe.md | 36 …om/store/apps/details?id=org.kuyil.shruti) | Shruti helps to tune your instruments or voice to acc…
|
/external/bazelbuild-rules_android/rules/ |
D | resources.bzl | 414 instruments = None, 448 instruments: Optional target. The value of the "instruments" attr if set. 675 final_fields = not shrink_resource_cycles and not instruments,
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | best_practices.md | 94 and [Instruments](https://help.apple.com/instruments/mac/current/) provide a
|
/external/bcc/docs/ |
D | reference_guide.md | 119 This instruments the tcp_v4_connect() kernel function using a kprobe, with the following arguments: 149 This instruments the return of the tcp_v4_connect() kernel function using a kretprobe, and stores t… 158 This is a macro that instruments the tracepoint defined by *category*:*event*. 174 This instruments the random:urandom_read tracepoint, and prints the tracepoint argument ```got_bits… 255 This is a macro that instruments the raw tracepoint defined by *event*. 275 This instruments the sched:sched_switch tracepoint, and prints the prev and next tgid.
|
D | tutorial_bcc_python_developer.md | 520 This program instruments a user-level function, the ```strlen()``` library function, and frequency … 601 This program instruments a user-defined static tracing (USDT) probe, which is the user-level versio…
|
/external/zstd/ |
D | CONTRIBUTING.md | 265 profile your code using `instruments` on mac, `perf` on linux and `visual studio profiler` 292 3. Close all other applications except for your instruments window and your terminal 301 5. Once you run your benchmarking script, switch back over to instruments and attach your
|
/external/protobuf/objectivec/Tests/ |
D | GPBPerfTests.m | 50 // A convenient place to put a break point if you want to connect instruments.
|
/external/llvm-project/libc/benchmarks/ |
D | RATIONALE.md | 41 ### Measuring instruments
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-design.md | 239 ….com/android/platform/superproject/+/master:bionic/libc/malloc_debug/) instruments bionic's alloca…
|
/external/llvm-project/llvm/docs/ |
D | LibFuzzer.rst | 520 * The compiler instruments all CMP instructions with a callback that receives both CMP arguments.
|