Update.
authorFrancois Fleuret <francois@fleuret.org>
Mon, 5 Dec 2016 10:35:44 +0000 (11:35 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Mon, 5 Dec 2016 10:35:44 +0000 (11:35 +0100)
README.md

index 1934345..2bb3011 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@ This is a simple profiler to estimate processing time per module per function.
 
 This function should be called before starting the computation.
 
-t replaces functions specified in functionsToDecorate by instrumented versions which keep track of computation times. If functionsToDecorate is not provided, it decorates by default updateOutput and backward.
+It replaces functions specified in functionsToDecorate by instrumented versions which keep track of computation times. If functionsToDecorate is not provided, it decorates by default updateOutput and backward.
+
+It also resets the accumulated timings to zero.
 
 ### profiler.print(model, [nbSamples]) ###