gustaf.utils.tictoc.Tic.summary#
- Tic.summary(log=True, print_=False)[source]#
Prints measurement summary to the log.
- Parameters:
log (bool) – Logs the summary. Default is True.
print (bool) – Prints the summary. Default is False.
- Returns:
records –
- Lap timings in a tuple consisting of a list of the lap names and
times for each lap from the timer start (cumulative time).
- Return type:
tuple