X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=test-profiler.lua;h=aa6e800f39b2f1adbf2d1931cf237e243a68f7a9;hp=18677ec0f0bf40c5d651ce969d85779e0033d124;hb=f59950ed20a2d471c59e2c23bc41b50111a54cd6;hpb=b8c7166b9123735e8226d34b717d3cbc2dc1fa02 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))