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