X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=2bb3011ee342309d6aa2c9ff1075eaa63ac96499;hb=40c92fc3324ed00f30d0f01f6b6c4010b2a1e1fe;hp=193434571dfdf3dbcc8ce353b1dbd59c004e6fe1;hpb=6b672dde68f8a5755221f5126dc350154fa785ad;p=profiler-torch.git diff --git a/README.md b/README.md index 1934345..2bb3011 100644 --- 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]) ###