Sha256: a3f1eed54d6be77729cf210c3e28c2a7fcc78ce3c104a5ac61ebe8226d39adee

Contents?: true

Size: 520 Bytes

Versions: 53

Compression:

Stored size: 520 Bytes

Contents


<tr class="<%= major_row ? "method" : "" %>">
  <td><%= ("%2.2f%" % total_pc) if major_row %></td>
  <td><%= ("%2.2f%" % self_pc) if major_row %></td>
  <td><%= total/1000.0 %></td>
  <td><%= self_/1000.0 %></td>
  <td><%= children/1000.0 %></td>
  <td><%= calls %></td>
  <td>
    <% if major_row %>
      <a name="<%= safe_name(name) + (inv_id ? "_#{inv_id}" : "") %>"><%= name %></a>
    <% else %>
      <a href="#<%= safe_name(name) + (inv_id ? "_#{inv_id}" : "") %>"><%= name %></a>
    <% end %>
  </td>
</tr>

Version data entries

53 entries across 53 versions & 5 rubygems

Version Path
redcar-dev-0.12.16dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.15dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.14dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.13dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.12dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.11dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.10dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.9dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.8dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.7dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.6dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.4dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.3dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.1dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-dev-0.12.0dev-java plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-0.11 plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-0.11.0dev plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-0.10 plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
redcar-0.9.2 plugins/redcar_debug/vendor/jruby-prof/templates/graph_row.html.erb
rdp-jruby-prof-0.1.0.1 templates/graph_row.html.erb