From: Francois Fleuret Date: Mon, 5 Dec 2016 22:43:40 +0000 (+0100) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=commitdiff_plain;h=77fb30ba6143770ed71e68d89bde96c82ae8f1a0 Update. --- diff --git a/README.md b/README.md index 2bb3011..24cf063 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ This is a simple profiler to estimate processing time per module per function. +It seems to work okay, but there was no heavy testing so far. See test-profiler.lua for a short example. + ### profiler.decorate(model, [functionsToDecorate]) ### This function should be called before starting the computation. @@ -12,9 +14,3 @@ It also resets the accumulated timings to zero. ### profiler.print(model, [nbSamples]) ### Prints the measured processing times. If nbSamples is provided, the time per samples will also be printed. - -It seems to work okay, but there was no heavy testing so far. - --- -Francois Fleuret -Dec 5th, 2016