Class: SassProf::FunProfiler

Inherits:
Profiler show all
Defined in:
lib/sass-prof/fun_profiler.rb

Constant Summary

Constants inherited from Profiler

Profiler::PERFORMABLE_ACTIONS

Instance Method Summary collapse

Methods inherited from Profiler

#start, #stop

Constructor Details

#initialize(subject, action, args = nil, env = nil) ⇒ FunProfiler

Returns a new instance of FunProfiler.



4
5
6
# File 'lib/sass-prof/fun_profiler.rb', line 4

def initialize(subject, action, args = nil, env = nil)
  super subject, action, args, env
end