Now takes the total time estimated at the top if totalTime is not provided.
[profiler-torch.git] / README.md
index 0e851f4..0e8bd5f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -17,6 +17,6 @@ It also resets the accumulated timings to zero.
 
 ### profiler.print(model, [nbSamples], [totalTime]) ###
 
-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.
+Prints the measured processing times. If nbSamples is provided, the time per samples will also be printed. If totalTime is not provided, the total at the top is used.
 
 Non-Containers are hilighted with a '*' or in red.