stat(*args)
Record execution statistics if there is a recorder
# File lib/rake/promise.rb, line 93 def stat(*args) @recorder.call(*args) if @recorder end