Class: Process::Metrics::Processor::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Process::Metrics::Processor::Snapshot
- Defined in:
- lib/process/metrics/processor.rb
Instance Attribute Summary collapse
-
#processor_time ⇒ Object
Returns the value of attribute processor_time.
-
#start_time ⇒ Object
Returns the value of attribute start_time.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#processor_time ⇒ Object
Returns the value of attribute processor_time
19 20 21 |
# File 'lib/process/metrics/processor.rb', line 19 def processor_time @processor_time end |
#start_time ⇒ Object
Returns the value of attribute start_time
19 20 21 |
# File 'lib/process/metrics/processor.rb', line 19 def start_time @start_time end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
19 20 21 |
# File 'lib/process/metrics/processor.rb', line 19 def @timestamp end |