Class: DevSuite::Performance::Profiler::Base
- Inherits:
-
Utils::Construct::Component::Base
- Object
- Utils::Construct::Component::Base
- DevSuite::Performance::Profiler::Base
- Defined in:
- lib/dev_suite/performance/profiler/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Utils::Construct::Component::Base
Instance Method Details
#run(&block) ⇒ Object
7 8 9 |
# File 'lib/dev_suite/performance/profiler/base.rb', line 7 def run(&block) raise NotImplementedError, "Subclasses must implement the run method" end |
#stats ⇒ Object
11 12 13 |
# File 'lib/dev_suite/performance/profiler/base.rb', line 11 def stats raise NotImplementedError, "Subclasses must implement the stats method" end |