X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=test-profiler.lua;fp=test-profiler.lua;h=aa6e800f39b2f1adbf2d1931cf237e243a68f7a9;hp=18677ec0f0bf40c5d651ce969d85779e0033d124;hb=78ce9a217ef066c8f01b1531c27c6ef38c45ece1;hpb=1bc832ac69797a2fabdb4f1dcf758cb415e4f215 diff --git a/test-profiler.lua b/test-profiler.lua index 18677ec..aa6e800 100755 --- a/test-profiler.lua +++ b/test-profiler.lua @@ -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))