Module: Sixty::Instrument::Mysql::Mysql2StatementPatch

Defined in:
lib/sixty/instrument/mysql.rb

Instance Method Summary collapse

Instance Method Details

#execute(*args, &block) ⇒ Object



159
160
161
162
# File 'lib/sixty/instrument/mysql.rb', line 159

def execute(*args, &block)
  sql = instance_variable_get(:@sixty_sql)
  Sixty::Instrument::Mysql.measure(sql) { super }
end