class Flows::Plugin::Profiler::Report::StartEvent
@api private
Method execution start event.
Public Instance Methods
to_s()
click to toggle source
# File lib/flows/plugin/profiler/report/events.rb, line 25 def to_s "start: #{subject}" end