Update.
authorFrancois Fleuret <francois@fleuret.org>
Mon, 5 Dec 2016 09:49:51 +0000 (10:49 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Mon, 5 Dec 2016 09:49:51 +0000 (10:49 +0100)
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))