Method: JRubyProf::ThreadSet#top_level_duration
- Defined in:
- lib/jruby-prof/invocation_set.rb
#top_level_duration ⇒ Object
19 20 21 22 23 |
# File 'lib/jruby-prof/invocation_set.rb', line 19 def top_level_duration invocations.inject(0.0) do |m, inv| m + inv.childrens_duration end end |