From: Francois Fleuret Date: Tue, 6 Dec 2016 16:34:39 +0000 (+0100) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=commitdiff_plain;h=8d4482f638759e052f858396825ca617a29cdafe Update. --- diff --git a/profiler.lua b/profiler.lua index 77461b3..9d493c0 100644 --- a/profiler.lua +++ b/profiler.lua @@ -77,7 +77,7 @@ function profiler.decorate(model, functionsToDecorate) end if not toDecorate[nameOrig] then - print('Decorating ' .. toDecorate.__typename .. '.' .. name) + -- print('Decorating ' .. toDecorate.__typename .. '.' .. name) toDecorate[nameOrig] = toDecorate[name] toDecorate[name] = function(self, ...) local startTime = sys.clock()