Sha256: 7eb37f20b0356fb1dcd075c6fa2aa2d1d12ff8af91f83997a2d71e6e303035b9

Contents?: true

Size: 656 Bytes

Versions: 26

Compression:

Stored size: 656 Bytes

Contents

<% sample = object %>
<tr class="<%= cycle('even_row', 'odd_row') %>">
<td align=right nowrap=true>
  <%= Time.at(sample.start_time).strftime "%H:%M:%S" %>
</td>
<td align=right nowrap=true>
  <%= colorize(sample.duration, 1, 2) %> ms
</td>
<td>
  <%= link_to "#{sample.uri}", "show_sample_summary?id=#{sample.sample_id}" %>
</td>
<td>
  <% if sample.profile %>
    <%= link_to "[Profile]", "show_sample_summary?id=#{sample.sample_id}" %>
  <% else %>
    <%= link_to "[Detail]", "show_sample_detail?id=#{sample.sample_id}" %><br/>
    <%= link_to "[SQL (#{sql_segments(sample).size})]", "show_sample_sql?id=#{sample.sample_id}" %>
  <% end %>
</td>
</tr>

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
newrelic_rpm-3.13.0.299 ui/views/newrelic/_sample.rhtml
mmtrix_rpm-1.0.0.3 ui/views/mmtrix/_sample.rhtml
mmtrix_rpm-1.0.0.2 ui/views/mmtrix/_sample.rhtml
mmtrix_rpm-1.0.0.1 ui/views/mmtrix/_sample.rhtml
newrelic_rpm-3.12.1.298 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.12.0.288 ui/views/newrelic/_sample.rhtml