Skip to main content

Module scope_label

Module scope_label 

Source
Expand description

Scopes with profiling labels set at schedule time.

Structs§

BoxedOperator 🔒
LabelledOperator
A wrapper around a type implementing Operate that sets a profiling label every time the operator is scheduled.
LabelledScope
A wrapper around a timely Scope that that sets its name as a profiling label before scheduling its child operators.

Traits§

ScopeExt
Extension trait for timely Scope that allows one to convert a scope into one that sets its name as a profiling label before scheduling its child operators.