Struct rocksdb::perf::PerfContext [−][src]
pub struct PerfContext { /* fields omitted */ }
Expand description
Thread local context for gathering performance counter efficiently and transparently.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PerfContext
impl !Send for PerfContext
impl !Sync for PerfContext
impl Unpin for PerfContext
impl UnwindSafe for PerfContext