biosppy.timing¶
biosppy.timing¶
This module provides simple methods to measure computation times.
- copyright:
2015-2026 by Instituto de Telecomunicacoes
- license:
BSD 3-clause, see LICENSE for more details.
Functions
|
Clear the clock. |
Clear all clocks. |
|
|
Stop the clock. |
|
Start the clock. |
- biosppy.timing.clear(name=None)[source]¶
Clear the clock.
- Parameters:
name (str, optional) – Name of the clock; if None, uses the default name.