Sha256: 3f46e3793d7c6f76592bb902900285a53bfbb8ead301aef07e495a62ef67b7f2

Contents?: true

Size: 663 Bytes

Versions: 14

Compression:

Stored size: 663 Bytes

Contents

<% sample = object %>
<tr class="<%= cycle('even_row', 'odd_row') %>">
<td align=right nowrap=true>
  <%= Time.at(sample.timestamp).strftime "%H:%M:%S" %>
</td>
<td align=right nowrap=true>
  <%= colorize(sample.duration, 1, 2) %> ms
</td>
<td>
  <%= link_to "#{sample.params[: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 (#{sample.sql_segments.size})]", "show_sample_sql?id=#{sample.sample_id}" %>
  <% end %>
</td>
</tr>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
newrelic_rpm-3.11.2.286 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.11.1.284 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.11.0.283 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.10.0.279 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.9.275 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.8.273 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.7.266 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.6.257 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.5.251 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.4.245 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.3.241 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.2.239 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.1.236 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.9.0.229 ui/views/newrelic/_sample.rhtml