(self, mode: InstrumentedObjectStoreMode)
| 778 | } |
| 779 | |
| 780 | pub fn with_profile_mode(self, mode: InstrumentedObjectStoreMode) -> Self { |
| 781 | self.instrument_mode.store(mode as u8, Ordering::Relaxed); |
| 782 | self |
| 783 | } |
| 784 | |
| 785 | /// Provides access to all of the [`InstrumentedObjectStore`]s managed by this |
| 786 | /// [`InstrumentedObjectStoreRegistry`] |
no outgoing calls