Class: RSpecTelemetry::Analyzer::Example
- Inherits:
-
Struct
- Object
- Struct
- RSpecTelemetry::Analyzer::Example
- Defined in:
- lib/rspec_telemetry/analyzer.rb
Instance Attribute Summary collapse
-
#allocated_objects ⇒ Object
Returns the value of attribute allocated_objects.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#example_id ⇒ Object
Returns the value of attribute example_id.
-
#fb_count ⇒ Object
Returns the value of attribute fb_count.
-
#fb_self_total_ms ⇒ Object
Returns the value of attribute fb_self_total_ms.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#full_description ⇒ Object
Returns the value of attribute full_description.
-
#gc_time_ms ⇒ Object
Returns the value of attribute gc_time_ms.
-
#line_number ⇒ Object
Returns the value of attribute line_number.
-
#sql_count ⇒ Object
Returns the value of attribute sql_count.
-
#sql_total_ms ⇒ Object
Returns the value of attribute sql_total_ms.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#allocated_objects ⇒ Object
Returns the value of attribute allocated_objects
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def allocated_objects @allocated_objects end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def duration_ms @duration_ms end |
#example_id ⇒ Object
Returns the value of attribute example_id
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def example_id @example_id end |
#fb_count ⇒ Object
Returns the value of attribute fb_count
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def fb_count @fb_count end |
#fb_self_total_ms ⇒ Object
Returns the value of attribute fb_self_total_ms
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def fb_self_total_ms @fb_self_total_ms end |
#file_path ⇒ Object
Returns the value of attribute file_path
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def file_path @file_path end |
#full_description ⇒ Object
Returns the value of attribute full_description
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def full_description @full_description end |
#gc_time_ms ⇒ Object
Returns the value of attribute gc_time_ms
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def gc_time_ms @gc_time_ms end |
#line_number ⇒ Object
Returns the value of attribute line_number
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def line_number @line_number end |
#sql_count ⇒ Object
Returns the value of attribute sql_count
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def sql_count @sql_count end |
#sql_total_ms ⇒ Object
Returns the value of attribute sql_total_ms
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def sql_total_ms @sql_total_ms end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/rspec_telemetry/analyzer.rb', line 8 def status @status end |