Sha256: cfc084cd3bd0259b30c7822c1772de551c52811eeb9423ad12a6bacff8a90529

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 Bytes

Contents

%h3 StackProf Navigator - #{@action} (#{@frames.count} frames)
%hr

%p
  Viewing dump
  %b= @file

%table.centered
  %thead
    %th Total
    %th %
    %th Samples
    %th %
    %th Method

  %tbody
    - @frames.each do |frame|
      %tr
        %td= frame[:total]
        %td= frame[:total_pct]
        %td= frame[:samples]
        %td= frame[:samples_pct]
        %td
          %a{:href => method_url(frame[:method])}
            = frame[:method]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
stackprof-webnav-0.1.0 lib/stackprof-webnav/views/overview.haml
stackprof-webnav-0.0.4 lib/stackprof-webnav/views/overview.haml
stackprof-webnav-0.0.3 lib/stackprof-webnav/views/overview.haml
stackprof-webnav-0.0.2 lib/stackprof-webnav/views/overview.haml
stackprof-webnav-0.0.1 lib/stackprof-webnav/views/overview.haml