Related to https://github.com/dotmesh-io/dotscience-python/issues/24 > If you have a reset the clock method, then you can provide a nice Python context manager to "time" a task Example code: ``` with ds.timer(): model.fit() ds.publish("trained my superb model") ```