# File lib/mole/e_mole.rb, line 31
    def perf_alerts( context, user_id, options={} )                                                                      
      Mole.logger.debug "Sending perf email from #{::Mole.emole_from} -- to #{::Mole.emole_recipients}"                  
      subject     "[PERF] #{@host} -- #{Mole.application} -- #{user_id}"        
      body        :application  => ::Mole.application,       
                  :host_name    => @host,      
                  :context      => context.class.name,
                  :feature      => options[:feature],                          
                  :elapsed_time => options[:elapsed_time] ,
                  :args         => dump_args( options )
    end