Class: ProconBypassMan::Procon::PerformanceMeasurement::MeasurementsSummarizer::PerformanceMetric

Inherits:
Struct
  • Object
show all
Defined in:
lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#external_input_time_maxObject

Returns the value of attribute external_input_time_max

Returns:

  • (Object)

    the current value of external_input_time_max



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def external_input_time_max
  @external_input_time_max
end

#gc_countObject

Returns the value of attribute gc_count

Returns:

  • (Object)

    the current value of gc_count



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def gc_count
  @gc_count
end

#gc_timeObject

Returns the value of attribute gc_time

Returns:

  • (Object)

    the current value of gc_time



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def gc_time
  @gc_time
end

#interval_from_previous_succeed_maxObject

Returns the value of attribute interval_from_previous_succeed_max

Returns:

  • (Object)

    the current value of interval_from_previous_succeed_max



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def interval_from_previous_succeed_max
  @interval_from_previous_succeed_max
end

#interval_from_previous_succeed_p50Object

Returns the value of attribute interval_from_previous_succeed_p50

Returns:

  • (Object)

    the current value of interval_from_previous_succeed_p50



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def interval_from_previous_succeed_p50
  @interval_from_previous_succeed_p50
end

#read_error_countObject

Returns the value of attribute read_error_count

Returns:

  • (Object)

    the current value of read_error_count



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def read_error_count
  @read_error_count
end

#read_time_maxObject

Returns the value of attribute read_time_max

Returns:

  • (Object)

    the current value of read_time_max



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def read_time_max
  @read_time_max
end

#read_time_p50Object

Returns the value of attribute read_time_p50

Returns:

  • (Object)

    the current value of read_time_p50



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def read_time_p50
  @read_time_p50
end

#succeed_rateObject

Returns the value of attribute succeed_rate

Returns:

  • (Object)

    the current value of succeed_rate



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def succeed_rate
  @succeed_rate
end

#time_taken_maxObject

Returns the value of attribute time_taken_max

Returns:

  • (Object)

    the current value of time_taken_max



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def time_taken_max
  @time_taken_max
end

#time_taken_p50Object

Returns the value of attribute time_taken_p50

Returns:

  • (Object)

    the current value of time_taken_p50



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def time_taken_p50
  @time_taken_p50
end

#time_taken_p95Object

Returns the value of attribute time_taken_p95

Returns:

  • (Object)

    the current value of time_taken_p95



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def time_taken_p95
  @time_taken_p95
end

#time_taken_p99Object

Returns the value of attribute time_taken_p99

Returns:

  • (Object)

    the current value of time_taken_p99



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def time_taken_p99
  @time_taken_p99
end

#write_error_countObject

Returns the value of attribute write_error_count

Returns:

  • (Object)

    the current value of write_error_count



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def write_error_count
  @write_error_count
end

#write_time_maxObject

Returns the value of attribute write_time_max

Returns:

  • (Object)

    the current value of write_time_max



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def write_time_max
  @write_time_max
end

#write_time_p50Object

Returns the value of attribute write_time_p50

Returns:

  • (Object)

    the current value of write_time_p50



2
3
4
# File 'lib/procon_bypass_man/procon/performance_measurement/measurements_summarizer.rb', line 2

def write_time_p50
  @write_time_p50
end