Searched defs:Instrument (Results 1 - 23 of 23) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/internal/
H A DInstrument.java9 public @interface Instrument { interface
/external/robolectric-shadows/shadowapi/src/main/java/org/robolectric/annotation/internal/
H A DInstrument.java15 public @interface Instrument { interface
/external/devlib/devlib/instrument/
H A Dframes.py2 from devlib.instrument import (Instrument, CONTINUOUS, namespace
10 class FramesInstrument(Instrument):
H A Dhwmon.py18 from devlib.instrument import Instrument, Measurement, INSTANTANEOUS namespace
22 class HwmonInstrument(Instrument):
H A Denergy_probe.py23 from devlib.instrument import Instrument, CONTINUOUS, MeasurementsCsv namespace
28 class EnergyProbeInstrument(Instrument):
H A Dgem5power.py20 from devlib.instrument import Instrument, CONTINUOUS, MeasurementsCsv namespace
24 class Gem5PowerInstrument(Instrument):
26 Instrument enabling power monitoring in gem5
H A Dmonsoon.py6 from devlib.instrument import Instrument, CONTINUOUS, MeasurementsCsv namespace
21 class MonsoonInstrument(Instrument):
22 """Instrument for Monsoon Solutions power monitor
H A Dacmecape.py11 from devlib import Instrument, CONTINUOUS, MeasurementsCsv namespace
35 class AcmeCapeInstrument(Instrument):
H A Ddaq.py6 from devlib.instrument import Instrument, MeasurementsCsv, CONTINUOUS namespace
19 class DaqInstrument(Instrument):
H A D__init__.py265 class Instrument(object): class in inherits:object
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
H A DInstrument.java34 public class Instrument extends Command { class in inherits:Command
/external/devlib/devlib/instrument/netstats/
H A D__init__.py9 from devlib.instrument import Instrument, MeasurementsCsv, CONTINUOUS namespace
55 class NetstatsInstrument(Instrument):
/external/v8/src/arm64/
H A Dinstrument-arm64.h53 class Instrument: public DecoderVisitor { class in namespace:v8::internal
55 explicit Instrument(const char* datafile = NULL,
57 ~Instrument();
H A Dinstrument-arm64.cc97 Instrument::Instrument(const char* datafile, uint64_t sample_period) function in class:v8::internal::Instrument
126 Instrument::~Instrument() {
142 void Instrument::Update() {
155 void Instrument::DumpCounters() {
167 void Instrument::DumpCounterNames() {
179 void Instrument::HandleInstrumentationEvent(unsigned event) {
188 void Instrument::DumpEventMarker(unsigned marker) {
198 Counter* Instrument
[all...]
/external/vixl/src/aarch64/
H A Dinstrument-aarch64.h78 class Instrument : public DecoderVisitor { class in namespace:vixl::aarch64
80 explicit Instrument(
83 ~Instrument();
H A Dinstrument-aarch64.cc109 Instrument::Instrument(const char* datafile, uint64_t sample_period) function in class:vixl::aarch64::Instrument
138 Instrument::~Instrument() {
154 void Instrument::Update() {
168 void Instrument::DumpCounters() {
180 void Instrument::DumpCounterNames() {
192 void Instrument::HandleInstrumentationEvent(unsigned event) {
206 void Instrument::DumpEventMarker(unsigned marker) {
219 Counter* Instrument
[all...]
/external/devlib/devlib/platform/
H A Darm.py23 from devlib.instrument import Instrument, InstrumentChannel, MeasurementsCsv, Measurement, CONTINUOUS, INSTANTANEOUS namespace
209 class JunoEnergyInstrument(Instrument):
/external/v8/src/compiler/
H A Dbasic-block-instrumentor.cc51 BasicBlockProfiler::Data* BasicBlockInstrumentor::Instrument( function in class:v8::internal::compiler::BasicBlockInstrumentor
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DExperimentingRunnerModule.java25 import com.google.caliper.runner.Instrument.Instrumentation;
153 * {@link Instrument instruments} passed to {@link #provideInstruments},
157 Class<? extends Instrument> value();
162 static Instrument provideArbitraryMeasurementInstrument() {
168 static Instrument provideAllocationInstrument() {
174 static Instrument provideRuntimeInstrument(
180 static ImmutableSet<Instrument> provideInstruments( argument
183 Map<Class<? extends Instrument>, Provider<Instrument>> availableInstruments,
188 ImmutableSet.Builder<Instrument> builde
[all...]
H A DInstrument.java43 public abstract class Instrument { class
77 // TODO(gak): consider passing in Instrument explicitly for DI
85 Instrument instrument() {
86 return Instrument.this;
99 return Instrument.this.equals(that.instrument())
107 return Objects.hashCode(Instrument.this, benchmarkMethod);
113 .add("instrument", Instrument.this)
/external/devlib/devlib/
H A D__init__.py12 from devlib.instrument import Instrument, InstrumentChannel, Measurement, MeasurementsCsv namespace
/external/robolectric/v3/
H A Drobolectric-annotations-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/annotation/ org/robolectric/annotation/internal/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 826 milliseconds