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:
72cc22e
)
OCD cosmetics.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 13 Jan 2017 22:13:43 +0000
(23:13 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 13 Jan 2017 22:13:43 +0000
(23:13 +0100)
profiler.lua
patch
|
blob
|
history
diff --git
a/profiler.lua
b/profiler.lua
index
d61e5db
..
b363a60
100644
(file)
--- a/
profiler.lua
+++ b/
profiler.lua
@@
-130,7
+130,7
@@
function profiler.print(model, nbSamples, totalTime, indent)
end
print(profiler.timingString(indent .. hint .. model.__typename,
- localTotal, nbSamples, totalTime))
+
localTotal, nbSamples, totalTime))
for l, t in pairs(model.accTime) do
print(profiler.timingString(indent .. ' :' .. l, t, nbSamples, totalTime))