Class: Liteguard::GuardExecutionPerformance

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/types.rb

Overview

GuardExecutionPerformance (mirrors proto message).

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject (readonly)

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



70
71
72
# File 'lib/liteguard/types.rb', line 70

def completed
  @completed
end

#cpu_time_end_nsObject (readonly)

Returns the value of attribute cpu_time_end_ns

Returns:

  • (Object)

    the current value of cpu_time_end_ns



70
71
72
# File 'lib/liteguard/types.rb', line 70

def cpu_time_end_ns
  @cpu_time_end_ns
end

#duration_nsObject (readonly)

Returns the value of attribute duration_ns

Returns:

  • (Object)

    the current value of duration_ns



70
71
72
# File 'lib/liteguard/types.rb', line 70

def duration_ns
  @duration_ns
end

#error_classObject (readonly)

Returns the value of attribute error_class

Returns:

  • (Object)

    the current value of error_class



70
71
72
# File 'lib/liteguard/types.rb', line 70

def error_class
  @error_class
end

#gc_count_endObject (readonly)

Returns the value of attribute gc_count_end

Returns:

  • (Object)

    the current value of gc_count_end



70
71
72
# File 'lib/liteguard/types.rb', line 70

def gc_count_end
  @gc_count_end
end

#heap_total_end_bytesObject (readonly)

Returns the value of attribute heap_total_end_bytes

Returns:

  • (Object)

    the current value of heap_total_end_bytes



70
71
72
# File 'lib/liteguard/types.rb', line 70

def heap_total_end_bytes
  @heap_total_end_bytes
end

#heap_used_end_bytesObject (readonly)

Returns the value of attribute heap_used_end_bytes

Returns:

  • (Object)

    the current value of heap_used_end_bytes



70
71
72
# File 'lib/liteguard/types.rb', line 70

def heap_used_end_bytes
  @heap_used_end_bytes
end

#rss_end_bytesObject (readonly)

Returns the value of attribute rss_end_bytes

Returns:

  • (Object)

    the current value of rss_end_bytes



70
71
72
# File 'lib/liteguard/types.rb', line 70

def rss_end_bytes
  @rss_end_bytes
end

#thread_count_endObject (readonly)

Returns the value of attribute thread_count_end

Returns:

  • (Object)

    the current value of thread_count_end



70
71
72
# File 'lib/liteguard/types.rb', line 70

def thread_count_end
  @thread_count_end
end