module LineProf
Constants
- CONTEXT
- CRITICAL
- NOMINAL
- WARNING
Public Class Methods
report(profile, options = {})
click to toggle source
# File lib/rblineprof-report.rb, line 4 def self.report(profile, options = {}) Report.new.report(profile, options) end