/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | Experiment.java | 35 private final Instrumentation instrumentation; field in Experiment 40 Instrumentation instrumentation, in Experiment() argument 43 this.instrumentation = checkNotNull(instrumentation); in Experiment() 48 Instrumentation instrumentation() { in instrumentation() method in Experiment 49 return instrumentation; in instrumentation() 63 return this.instrumentation.equals(that.instrumentation) in equals() 71 return Objects.hashCode(instrumentation, vm, userParameters); in hashCode() 76 .add("instrument", instrumentation.instrument()) in toString() 77 .add("benchmarkMethod", instrumentation.benchmarkMethod.getName()) in toString()
|
D | TrialModule.java | 76 .className(experiment.instrumentation().benchmarkMethod().getDeclaringClass().getName()) in provideBenchmarkSpec() 77 .methodName(experiment.instrumentation().benchmarkMethod().getName()) in provideBenchmarkSpec() 92 return experiment.instrumentation().getMeasurementCollectingVisitor(); in provideMeasurementCollectingVisitor() 98 return experiment.instrumentation().instrument().schedulingPolicy(); in provideTrialSchedulingPolicy() 133 .instrumentSpec(experiment.instrumentation().instrument().getSpec()) in provideTrialFactory()
|
D | WorkerProcess.java | 150 Instrumentation instrumentation = experiment.instrumentation(); in buildProcess() local 151 Instrument instrument = instrumentation.instrument(); in buildProcess() 154 instrumentation.workerClass(), in buildProcess() 155 instrumentation.workerOptions(), in buildProcess() 157 ImmutableList.copyOf(instrumentation.benchmarkMethod.getParameterTypes()), in buildProcess()
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
D | RuntimeInstrumentTest.java | 80 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_macrobenchmark() local 81 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); in createInstrumentation_macrobenchmark() 82 assertEquals(instrument, instrumentation.instrument()); in createInstrumentation_macrobenchmark() 83 assertEquals(MacrobenchmarkWorker.class, instrumentation.workerClass()); in createInstrumentation_macrobenchmark() 88 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_microbenchmark() local 89 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); in createInstrumentation_microbenchmark() 90 assertEquals(instrument, instrumentation.instrument()); in createInstrumentation_microbenchmark() 91 assertEquals(RuntimeWorker.Micro.class, instrumentation.workerClass()); in createInstrumentation_microbenchmark() 96 Instrumentation instrumentation = instrument.createInstrumentation(benchmarkMethod); in createInstrumentation_picobenchmark() local 97 assertEquals(benchmarkMethod, instrumentation.benchmarkMethod()); in createInstrumentation_picobenchmark() [all …]
|
/external/ruy/ruy/profiler/ |
D | BUILD | 18 srcs = ["instrumentation.h"], 23 name = "instrumentation", 24 srcs = ["instrumentation.cc"], 25 hdrs = ["instrumentation.h"], 46 deps = [":instrumentation"], 54 deps = [":instrumentation"],
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrumentation-with-call-threshold.ll | 2 ; -asan-instrumentation-with-call-threshold 5 ; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -asan-instrumentation-with-call-threshold=1 -S … 6 ; RUN: opt < %s -passes='asan-pipeline' -asan-instrumentation-with-call-threshold=1 -S | FileCheck … 7 ; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -asan-instrumentation-with-call-threshold=0 -S … 8 ; RUN: opt < %s -passes='asan-pipeline' -asan-instrumentation-with-call-threshold=0 -S | FileCheck … 9 ; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -asan-instrumentation-with-call-threshold=0 -as… 10 ; RUN: opt < %s -passes='asan-pipeline' -asan-instrumentation-with-call-threshold=0 -asan-memory-ac… 11 ; RUN: opt < %s -asan -asan-module -enable-new-pm=0 -asan-instrumentation-with-call-threshold=5 -S … 12 ; RUN: opt < %s -passes='asan-pipeline' -asan-instrumentation-with-call-threshold=5 -S | FileCheck …
|
/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | text-format-errors.test | 1 Tests for instrumentation profile bad encoding. 5 INVALID-COUNT-LATER-SHOW: error: {{.*}}invalid-count-later.proftext: Malformed instrumentation prof… 9 INVALID-COUNT-LATER-MERGE: warning: {{.*}}invalid-count-later.proftext: Malformed instrumentation p… 10 …TER-MERGE-NEXT: warning: {{.*}}invalid-count-later.proftext: Malformed instrumentation profile data 15 BAD-HASH-SHOW: error: {{.*}}bad-hash.proftext: Malformed instrumentation profile data 18 BAD-HASH-MERGE: warning: {{.*}}bad-hash.proftext: Malformed instrumentation profile data 23 NO-COUNTS: error: {{.*}}no-counts.proftext: Malformed instrumentation profile data 27 BINARY: error: {{.+}}: Unrecognized instrumentation profile encoding format 33 VP: Malformed instrumentation profile data
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | AgentMain.java | 25 import io.opencensus.contrib.agent.instrumentation.Instrumenter; 64 public static void premain(String agentArgs, Instrumentation instrumentation) throws Exception { in premain() argument 65 checkNotNull(instrumentation, "instrumentation"); in premain() 72 instrumentation.appendToBootstrapClassLoaderSearch( in premain() 88 agentBuilder.installOn(instrumentation); in premain()
|
/external/javassist/src/main/javassist/util/ |
D | HotSwapAgent.java | 81 private static Instrumentation instrumentation = null; field in HotSwapAgent 88 public Instrumentation instrumentation() { return instrumentation; } in instrumentation() method in HotSwapAgent 104 instrumentation = inst; in agentmain() 130 instrumentation.redefineClasses(defs); in redefine() 145 if (instrumentation != null) in startAgent() 162 if (instrumentation != null) in startAgent()
|
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/ |
D | instrumentation-with-call-threshold.ll | 1 ; Test -msan-instrumentation-with-call-threshold 6 ; RUN: -msan-instrumentation-with-call-threshold=0 -S -passes=msan 2>&1 | \ 8 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -S |… 10 ; RUN: -msan-instrumentation-with-call-threshold=0 -msan-track-origins=1 -S \ 13 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa… 15 ; RUN: -msan-instrumentation-with-call-threshold=0 -msan-track-origins=2 -S \ 18 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa…
|
/external/opencensus-java/contrib/agent/src/test/java/io/opencensus/contrib/agent/instrumentation/ |
D | ExecutorInstrumentationTest.java | 17 package io.opencensus.contrib.agent.instrumentation; 32 private final ExecutorInstrumentation instrumentation = new ExecutorInstrumentation(); field in ExecutorInstrumentationTest 42 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_disabled() 51 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_enabled()
|
D | ThreadInstrumentationTest.java | 17 package io.opencensus.contrib.agent.instrumentation; 32 private final ThreadInstrumentation instrumentation = new ThreadInstrumentation(); field in ThreadInstrumentationTest 42 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_disabled() 51 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_enabled()
|
D | UrlInstrumentationTest.java | 17 package io.opencensus.contrib.agent.instrumentation; 32 private final UrlInstrumentation instrumentation = new UrlInstrumentation(); field in UrlInstrumentationTest 42 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_disabled() 51 AgentBuilder agentBuilder2 = instrumentation.instrument(agentBuilder, settings); in instrument_enabled()
|
/external/llvm/test/tools/llvm-profdata/ |
D | text-format-errors.test | 1 Tests for instrumentation profile bad encoding. 6 INVALID-COUNT-LATER: error: {{.*}}invalid-count-later.proftext: Malformed instrumentation profile d… 11 BAD-HASH: error: {{.*}}bad-hash.proftext: Malformed instrumentation profile data 15 NO-COUNTS: error: {{.*}}no-counts.proftext: Malformed instrumentation profile data 19 BINARY: error: {{.+}}: Unrecognized instrumentation profile encoding format 25 VP: Malformed instrumentation profile data
|
/external/opencensus-java/ |
D | README.md | 16 Please join [gitter](https://gitter.im/census-instrumentation/Lobby) for help or feedback on this 22 …n please see [Quickstart for Applications](https://github.com/census-instrumentation/opencensus-ja… 117 [here](https://github.com/census-instrumentation/opencensus-java/blob/master/examples/src/main/java… 191 setup exporters, and debugging [Z-Pages](https://github.com/census-instrumentation/opencensus-java/… 268 see this [link](https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/zpage… 286 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master 287 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java 294 [gitter-image]: https://badges.gitter.im/census-instrumentation/lobby.svg 295 [gitter-url]: https://gitter.im/census-instrumentation/lobby?utm_source=badge&utm_medium=badge&utm_… 296 [codecov-image]: https://codecov.io/gh/census-instrumentation/opencensus-java/branch/master/graph/b… [all …]
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrumentation-with-call-threshold.ll | 2 ; -asan-instrumentation-with-call-threshold 5 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=1 -S | FileCheck %s --… 6 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=0 -S | FileCheck %s --… 7 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=0 -asan-memory-access-… 8 ; RUN: opt < %s -asan -asan-module -asan-instrumentation-with-call-threshold=5 -S | FileCheck %s --…
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | TestLogParser.java | 52 …public void init (DeqpInstrumentation instrumentation, String logFileName, boolean logData) throws… in init() argument 54 assert instrumentation != null; in init() 60 m_instrumentation = instrumentation; in init() 113 …private static native void nativeParse (long nativePointer, DeqpInstrumentation instrumentation, … in nativeParse() argument
|
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/ |
D | kernel-inline.ll | 1 ; Test kernel inline hwasan instrumentation. 3 ; RUN: opt < %s -asan -asan-kernel=1 -asan-recover=1 -asan-instrumentation-with-call-threshold=1000… 4 ; RUN: opt < %s -asan -asan-kernel=1 -asan-recover=1 -asan-instrumentation-with-call-threshold=0 -S… 5 ; RUN: opt < %s -passes=asan-function-pipeline -asan-kernel=1 -asan-recover=1 -asan-instrumentation… 6 ; RUN: opt < %s -passes=asan-function-pipeline -asan-kernel=1 -asan-recover=1 -asan-instrumentation…
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 3 First-level instrumentation 6 We use opt to do Bytecode-to-bytecode instrumentation. Look at 8 no arguments and no return value. This instrumentation is designed to 15 instrumentation on the hot loop region (the instructions between the 20 Second-level instrumentation 23 We remove the first-level instrumentation by overwriting the CALL to 59 instrumentation, by making sure that the number of times we took an 78 with a time when we will next turn instrumentation back on for that 80 that off the prio. queue and turn instrumentation back on for that 90 optimized trace does not have instrumentation. The original code and [all …]
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 3 First-level instrumentation 6 We use opt to do Bytecode-to-bytecode instrumentation. Look at 8 no arguments and no return value. This instrumentation is designed to 15 instrumentation on the hot loop region (the instructions between the 20 Second-level instrumentation 23 We remove the first-level instrumentation by overwriting the CALL to 59 instrumentation, by making sure that the number of times we took an 78 with a time when we will next turn instrumentation back on for that 80 that off the prio. queue and turn instrumentation back on for that 90 optimized trace does not have instrumentation. The original code and [all …]
|
/external/ruy/ruy/ |
D | BUILD | 230 "//ruy/profiler:instrumentation", 311 "//ruy/profiler:instrumentation", 530 "//ruy/profiler:instrumentation", 548 "//ruy/profiler:instrumentation", 572 "//ruy/profiler:instrumentation", 594 "//ruy/profiler:instrumentation", 616 "//ruy/profiler:instrumentation", 637 "//ruy/profiler:instrumentation", 674 "//ruy/profiler:instrumentation", 695 "//ruy/profiler:instrumentation", [all …]
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | InlineByteBuddyMockMaker.java | 98 Instrumentation instrumentation; 102 instrumentation = ByteBuddyAgent.install(); 103 if (!instrumentation.isRetransformClassesSupported()) { 136 instrumentation.appendToBootstrapClassLoaderSearch(new JarFile(boot)); in instrumentation.appendToBootstrapClassLoaderSearch() 159 instrumentation = null; 162 INSTRUMENTATION = instrumentation;
|
/external/python/cpython3/Doc/tools/ |
D | susp-ignored.csv | 29 howto/instrumentation,,::,python$target:::function-entry 30 howto/instrumentation,,:function,python$target:::function-entry 31 howto/instrumentation,,::,python$target:::function-return 32 howto/instrumentation,,:function,python$target:::function-return 33 howto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23 34 howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23 35 howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1 36 howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9 37 howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10 38 howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2 [all …]
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | instrumentation-with-call-threshold.ll | 1 ; Test -msan-instrumentation-with-call-threshold 5 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -S |… 6 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa… 7 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-instrumentation-with-call-threshold=0 -msa…
|
/external/llvm-project/llvm/docs/ |
D | XRay.rst | 15 instrumentation points and a runtime library that can dynamically enable and 16 disable the instrumentation. 27 - Compiler-inserted instrumentation points. 36 The compiler-inserted instrumentation points come in the form of nop-sleds in 38 contains entries pointing to these instrumentation points. The runtime library 40 overwrite the instrumentation points at runtime. 56 The easiest way of getting XRay instrumentation for your application is by 66 get XRay instrumentation points. You can tweak that number through the 148 instrumentation points. When you use ``clang`` to link your binaries and the 151 The default implementation of the XRay runtime will enable XRay instrumentation [all …]
|