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