Class: Flows::Plugin::Profiler::Report::Raw

Inherits:
Flows::Plugin::Profiler::Report show all
Defined in:
lib/flows/plugin/profiler/report/raw.rb

Overview

Raw report. Preserves events as is.

Since:

  • 0.4.0

Instance Attribute Summary

Attributes inherited from Flows::Plugin::Profiler::Report

#raw_data

Instance Method Summary collapse

Methods inherited from Flows::Plugin::Profiler::Report

#add, #events, #initialize

Constructor Details

This class inherits a constructor from Flows::Plugin::Profiler::Report

Instance Method Details

#to_sObject

See Also:

Since:

  • 0.4.0



8
9
10
# File 'lib/flows/plugin/profiler/report/raw.rb', line 8

def to_s
  raw_data.map(&:to_s).join("\n")
end