timer#
API documentation for tradeexecutor.utils.timer Python module in Trading Strategy.
Module description#
Function wall clock time tracking.
Provide helpers to understand which parts of the hot code paths take most of the time.
Functions#
|
A simple context manger to measure the duration of different tasks. |