Added color!
[profiler-torch.git] / test-profiler.lua
index 18677ec..aa6e800 100755 (executable)
@@ -93,9 +93,9 @@ end
 
 -- Print the accumulated timings
 
+-- profiler.color = false
 profiler.print(model, nbSamples, modelTime)
 -- profiler.print(model)
 
-print()
 print(string.format('Total model time %.02fs', modelTime))
 print(string.format('Total data time %.02fs', dataTime))