class Flows::Plugin::Profiler::Report::FinishEvent
@api private
Method execution finish event.
Data is an execution time in microseconds.
Public Instance Methods
to_s()
click to toggle source
# File lib/flows/plugin/profiler/report/events.rb, line 36 def to_s "finish(#{data} microseconds): #{subject}" end