X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=README.md;h=2adb72c321a7a7a3b6199bbf26643a91cc8b930c;hp=24cf063fb475adb527cdc91200b41bef27c6e7a5;hb=e927faab65fb190dc01959236c07df46f3d28946;hpb=b8c7166b9123735e8226d34b717d3cbc2dc1fa02 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.