Class: Xcsize::Profiler
- Inherits:
-
Object
- Object
- Xcsize::Profiler
- Defined in:
- lib/xcsize/profiler.rb
Instance Method Summary collapse
-
#initialize(linkmap_path:, threshold:) ⇒ Profiler
constructor
A new instance of Profiler.
- #profile ⇒ Object
Constructor Details
#initialize(linkmap_path:, threshold:) ⇒ Profiler
Returns a new instance of Profiler.
5 6 7 8 |
# File 'lib/xcsize/profiler.rb', line 5 def initialize(linkmap_path:, threshold:) @linkmap_path = linkmap_path @threshold = threshold end |