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