Sha256: 63c27f54cf0c58ac1a492a38cbd7b6dbbcb5fb27b05d4b32ec62065d80022863

Contents?: true

Size: 342 Bytes

Versions: 42

Compression:

Stored size: 342 Bytes

Contents

<h3>Resource Usage</h3>
<table class="sortable">
<thead>
  <tr>
    <th>Key</th>
    <th>Value</th>
  </tr>
</thead>
<tbody>
  <% i = 1 %>
  <% measurements.each do |key, val| %>
    <tr class="<%= i % 2 == 0 ? "even" : "odd" %>">
      <td><%=h key %></td>
      <td><%=h val %></td>
    </tr>
    <% i += 1 %>
  <% end %>
</tbody>
</table>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
logical-insight-0.4.1 lib/insight/views/panels/timer.html.erb
logical-insight-0.4.0 lib/insight/views/panels/timer.html.erb