Update.
authorFrancois Fleuret <francois@fleuret.org>
Tue, 6 Dec 2016 08:11:16 +0000 (09:11 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Tue, 6 Dec 2016 08:11:16 +0000 (09:11 +0100)
README.md

index 24cf063..2adb72c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,6 +11,6 @@ It replaces functions specified in functionsToDecorate by instrumented versions
 
 It also resets the accumulated timings to zero.
 
-### profiler.print(model, [nbSamples]) ###
+### profiler.print(model, [nbSamples], [totalTime]) ###
 
-Prints the measured processing times. If nbSamples is provided, the time per samples will also be printed.
+Prints the measured processing times. If nbSamples is provided, the time per samples will also be printed. If totalTime is provided, the percentages will also be printed.