%h3 StackProf Navigator - #{@action} (#{@frames.count} frames) %hr %a{:href => '/'} ← Back to overview %br - @frames.each do |frame| %h4 %a{:href => file_url(frame[:location])}= frame[:location] - if frame[:callers].any? %table %thead %th Callers %th %th %th %tbody - frame[:callers].each do |caller| %tr %td %td= caller[:weight] %td= caller[:pct] %td %a{:href => method_url(caller[:method])} = caller[:method] - if frame[:callees].any? %table %thead %th Callees %th %th %th %tbody - frame[:callees].each do |caller| %tr %td %td= caller[:weight] %td= caller[:pct] %td %a{:href => method_url(caller[:method])} = caller[:method] %h4 Code != frame[:source] %hr