From: Francois Fleuret Date: Tue, 6 Dec 2016 08:11:16 +0000 (+0100) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=commitdiff_plain;h=e927faab65fb190dc01959236c07df46f3d28946 Update. --- diff --git a/README.md b/README.md index 24cf063..2adb72c 100644 --- 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.