Home
last modified time | relevance | path

Searched refs:instruments (Results 1 – 25 of 40) sorted by relevance

12

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DBenchmarkClassChecker.java56 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
DExperimentingCaliperRun.java71 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()
DExperimentSelector.java23 ImmutableSet<Instrument> instruments(); in instruments() method
DExperimentingRunnerModule.java245 BenchmarkClass benchmarkClass, ImmutableSet<Instrument> instruments) in provideInstrumentations() argument
250 for (Instrument instrument : instruments) { in provideInstrumentations()
DFullCartesianExperimentSelector.java55 @Override public ImmutableSet<Instrument> instruments() { in instruments() method in FullCartesianExperimentSelector
/external/autotest/client/cros/cellular/
Dprologix_scpi_driver_test_noautorun.py43 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/
Dimpl.bzl48 instruments = ctx.attr.instruments,
Dattrs.bzl43 instruments = attr.label(),
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument_load_then_store.ll1 ; Test that AddressSanitizer instruments "(*a)++" only once.
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument_load_then_store.ll1 ; Test that AddressSanitizer instruments "(*a)++" only once.
/external/llvm-project/clang/docs/
DThreadSanitizer.rst99 instruments such functions to avoid false positives and provide meaningful stack
DSanitizerCoverage.rst255 dummy blocks and then instruments those blocks:
/external/clang/docs/
DThreadSanitizer.rst92 instruments such functions to avoid false positives and provide meaningful stack
DSanitizerCoverage.rst182 edges by introducing new dummy blocks and then instruments those blocks:
/external/bcc/tools/
Dfiletop_example.txt46 kernel dynamic tracing, which instruments explicit read and write calls. If
/external/oboe/docs/
DAppsUsingOboe.md36 …om/store/apps/details?id=org.kuyil.shruti) | Shruti helps to tune your instruments or voice to acc…
/external/bazelbuild-rules_android/rules/
Dresources.bzl414 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/
Dbest_practices.md94 and [Instruments](https://help.apple.com/instruments/mac/current/) provide a
/external/bcc/docs/
Dreference_guide.md119 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.
Dtutorial_bcc_python_developer.md520 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/
DCONTRIBUTING.md265 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/
DGPBPerfTests.m50 // A convenient place to put a break point if you want to connect instruments.
/external/llvm-project/libc/benchmarks/
DRATIONALE.md41 ### Measuring instruments
/external/perfetto/docs/design-docs/
Dheapprofd-design.md239 ….com/android/platform/superproject/+/master:bionic/libc/malloc_debug/) instruments bionic's alloca…
/external/llvm-project/llvm/docs/
DLibFuzzer.rst520 * The compiler instruments all CMP instructions with a callback that receives both CMP arguments.

12