projects
/
profiler-torch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b8d97
)
Update.
author
Francois Fleuret
<francois@fleuret.org>
Mon, 5 Dec 2016 10:02:48 +0000
(11:02 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Mon, 5 Dec 2016 10:02:48 +0000
(11:02 +0100)
test-profiler.lua
patch
|
blob
|
history
diff --git
a/test-profiler.lua
b/test-profiler.lua
index
6d98b2a
..
7c22576
100755
(executable)
--- 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))