Uses of Class
com.google.caliper.worker.MicrobenchmarkAllocationWorkerInstrument_Factory
-
-
Uses of MicrobenchmarkAllocationWorkerInstrument_Factory in com.google.caliper.worker
Methods in com.google.caliper.worker that return MicrobenchmarkAllocationWorkerInstrument_Factory Modifier and Type Method Description static MicrobenchmarkAllocationWorkerInstrument_FactoryMicrobenchmarkAllocationWorkerInstrument_Factory. create(javax.inject.Provider<Object> benchmarkProvider, javax.inject.Provider<Method> methodProvider, javax.inject.Provider<com.google.caliper.worker.AllocationRecorder> recorderProvider, javax.inject.Provider<Random> randomProvider, javax.inject.Provider<com.google.common.collect.ImmutableSet<Method>> beforeExperimentMethodsProvider, javax.inject.Provider<com.google.common.collect.ImmutableSet<Method>> afterExperimentMethodsProvider)
-