Update.
[profiler-torch.git] / test-profiler.lua
index d17f320..6d98b2a 100755 (executable)
@@ -86,7 +86,8 @@ end
 
 -- Print the accumulated timings
 
-profiler.print(model, nbSamples)
+-- profiler.print(model, nbSamples)
+profiler.print(model)
 
 print()
 print(string.format('Total model time %.02fs', modelTime))