Class: Corkscrews::Analysis::Run

Inherits:
Struct
  • Object
show all
Defined in:
lib/corkscrews/analysis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#duration_nsObject

Returns the value of attribute duration_ns

Returns:

  • (Object)

    the current value of duration_ns



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def duration_ns
  @duration_ns
end

#latencyObject

Returns the value of attribute latency

Returns:

  • (Object)

    the current value of latency



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def latency
  @latency
end

#nativeObject

Returns the value of attribute native

Returns:

  • (Object)

    the current value of native



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def native
  @native
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def pid
  @pid
end

#progressObject

Returns the value of attribute progress

Returns:

  • (Object)

    the current value of progress



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def progress
  @progress
end

#repeat_indexObject

Returns the value of attribute repeat_index

Returns:

  • (Object)

    the current value of repeat_index



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def repeat_index
  @repeat_index
end

#roundsObject

Returns the value of attribute rounds

Returns:

  • (Object)

    the current value of rounds



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def rounds
  @rounds
end

#run_idObject

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def run_id
  @run_id
end

#runtimeObject

Returns the value of attribute runtime

Returns:

  • (Object)

    the current value of runtime



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def runtime
  @runtime
end

#samplesObject

Returns the value of attribute samples

Returns:

  • (Object)

    the current value of samples



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def samples
  @samples
end

#waitsObject

Returns the value of attribute waits

Returns:

  • (Object)

    the current value of waits



11
12
13
# File 'lib/corkscrews/analysis.rb', line 11

def waits
  @waits
end