From 79b01297857422ced2157d7daa2849a04623cdba Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Mon, 5 Dec 2016 11:02:48 +0100 Subject: [PATCH] Update. --- test-profiler.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) -- 2.20.1