From: Francois Fleuret Date: Fri, 13 Jan 2017 22:13:43 +0000 (+0100) Subject: OCD cosmetics. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=commitdiff_plain;h=d111b18c7c8fbe16ae9b01facf6a876c6cc50e83 OCD cosmetics. --- diff --git a/profiler.lua b/profiler.lua index d61e5db..b363a60 100644 --- 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))