Expand description
Implement a context manager for timing the decorated function
Structs§
- Dispatch
Context - Dispatch context, using a fixed label in logs and accumulating
the time in the
DISPATCH_TIMEvariable - Generic
Context - Default context for timer, not accumularinging the time s uaing the decorated function name in the logs
- Generic
Timer - Generic timing implementation shared by all timing contexts
- Investment
Context - Investment context, using a fixed label in logs and accumulating
the time in the
INVESTMENT_TIMEvariable
Statics§
Traits§
- Time
Context - Trait providing the context of actions to be carried by the timer
Type Aliases§
- Dispatch
Timer - Dispatch context for timing a function call
- Investment
Timer - Investment context for timing a function call