X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=profiler-torch.git;a=blobdiff_plain;f=profiler.lua;fp=profiler.lua;h=9d493c08faa2b3beacccca3dddb4ab4bbb3d3cee;hp=77461b3005cb7e33cca49fc3d03cc578f4030cde;hb=8d4482f638759e052f858396825ca617a29cdafe;hpb=7c5787015c28b2c551bbd1016512fcb8baf5d3e8 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()