Class: MemoryProfiler::Stat
- Inherits:
-
Struct
- Object
- Struct
- MemoryProfiler::Stat
- Defined in:
- lib/memory_profiler/stat.rb
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#class_path ⇒ Object
Returns the value of attribute class_path.
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#memsize ⇒ Object
Returns the value of attribute memsize.
-
#method_id ⇒ Object
Returns the value of attribute method_id.
Instance Attribute Details
#class_name ⇒ Object
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_path ⇒ Object
Returns the value of attribute class_path
2 3 4 |
# File 'lib/memory_profiler/stat.rb', line 2 def class_path @class_path end |
#file ⇒ Object
Returns the value of attribute file
2 3 4 |
# File 'lib/memory_profiler/stat.rb', line 2 def file @file end |
#line ⇒ Object
Returns the value of attribute line
2 3 4 |
# File 'lib/memory_profiler/stat.rb', line 2 def line @line end |
#memsize ⇒ Object
Returns the value of attribute memsize
2 3 4 |
# File 'lib/memory_profiler/stat.rb', line 2 def memsize @memsize end |
#method_id ⇒ Object
Returns the value of attribute method_id
2 3 4 |
# File 'lib/memory_profiler/stat.rb', line 2 def method_id @method_id end |