X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=test-profiler.lua;h=7c22576420c80875c0204e555708fdec9a5abe6a;hp=6d98b2a22a9c6badb4ce4e3a48dda9f69d7041d5;hb=79b01297857422ced2157d7daa2849a04623cdba;hpb=c4b8d97c31f5e7dc948bf51ad6564d24e377801b diff --git a/test-profiler.lua b/test-profiler.lua index 6d98b2a..7c22576 100755 --- a/test-profiler.lua +++ b/test-profiler.lua @@ -86,8 +86,8 @@ end -- Print the accumulated timings --- profiler.print(model, nbSamples) -profiler.print(model) +profiler.print(model, nbSamples) +-- profiler.print(model) print() print(string.format('Total model time %.02fs', modelTime))