Class: MemoryProfiler::Stat

Inherits:
Struct
  • Object
show all
Defined in:
lib/memory_profiler/stat.rb

Instance Attribute Summary collapse

Instance Attribute Details

#class_nameObject

Returns the value of attribute class_name



2
3
4
# File 'lib/memory_profiler/stat.rb', line 2

def class_name
  @class_name
end

#class_pathObject

Returns the value of attribute class_path



2
3
4
# File 'lib/memory_profiler/stat.rb', line 2

def class_path
  @class_path
end

#fileObject

Returns the value of attribute file



2
3
4
# File 'lib/memory_profiler/stat.rb', line 2

def file
  @file
end

#lineObject

Returns the value of attribute line



2
3
4
# File 'lib/memory_profiler/stat.rb', line 2

def line
  @line
end

#memsizeObject

Returns the value of attribute memsize



2
3
4
# File 'lib/memory_profiler/stat.rb', line 2

def memsize
  @memsize
end

#method_idObject

Returns the value of attribute method_id



2
3
4
# File 'lib/memory_profiler/stat.rb', line 2

def method_id
  @method_id
end