Class: TestProf::Autopilot::StackProf::Writer
- Inherits:
-
ReportWriter
- Object
- ReportWriter
- TestProf::Autopilot::StackProf::Writer
- Defined in:
- lib/test_prof/autopilot/stack_prof/writer.rb
Overview
Class is used for writing :stack_prof report in different formats
Constant Summary collapse
- ARTIFACT_FILE =
"stack_prof_report"
Instance Attribute Summary
Attributes inherited from ReportWriter
Instance Method Summary collapse
Methods inherited from ReportWriter
#initialize, #write, write_report
Methods included from Logging
Constructor Details
This class inherits a constructor from TestProf::Autopilot::ReportWriter
Instance Method Details
#generate_json ⇒ Object
14 15 16 |
# File 'lib/test_prof/autopilot/stack_prof/writer.rb', line 14 def generate_json JSON.generate(report.data) end |