| Package | Description | 
|---|---|
| dagger.producers.monitoring | This package provides hooks for monitoring producers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TimingProductionComponentMonitorA monitor that measures the timing of the execution of a production component, and logs those
 timings with the given recorder. | 
| Modifier and Type | Method and Description | 
|---|---|
| ProductionComponentMonitor | TimingProductionComponentMonitor.Factory. create(Object component) | 
| abstract ProductionComponentMonitor | ProductionComponentMonitor.Factory. create(Object component)Creates a component-specific monitor when the component is created. | 
| static ProductionComponentMonitor | ProductionComponentMonitor. noOp()Returns a monitor that does no monitoring. | 
Copyright © 2012–2017 The Dagger Authors. All rights reserved.