class RubyProf::AbstractPrinter

def open_asset(file)

def open_asset(file)
  path = File.join(File.expand_path('../../assets', __FILE__), file)
  File.open(path, 'rb').read
end