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.
LabelledSchedule ๐Ÿ”’
A wrapper around a Schedule that sets a profiling label before scheduling.
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.