sarkas.utilities.timing#

Module for handling the timing in a MD run.

Functions

datetime_stamp(log_file)

Add a Date and Time stamp to log file.

time_stamp(log_file, message, timing[, ...])

Print out to screen elapsed times.

Classes

SarkasTimer()

Timer class modified from https://realpython.com/python-timer/