class Flows::Plugin::Profiler::Report::Raw

Raw report. Preserves events as is.

Public Instance Methods

to_s() click to toggle source

@see Report#to_s

# File lib/flows/plugin/profiler/report/raw.rb, line 8
def to_s
  raw_data.map(&:to_s).join("\n")
end