Sha256: d71f30654547f00c20ba72aa43c0ccf051d13e0610881ebba99bb1b522479c70

Contents?: true

Size: 697 Bytes

Versions: 160

Compression:

Stored size: 697 Bytes

Contents

<% sample = object %>
<tr class="<%= cycle('even_row', 'odd_row') %>">
<td align=right nowrap=true>
  <%= Time.at(stripped_sample(sample).timestamp).strftime "%H:%M:%S" %>
</td>
<td align=right nowrap=true>
  <%= colorize(stripped_sample(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

160 entries across 160 versions & 6 rubygems

Version Path
newrelic_rpm-3.8.1.221 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.8.0.218 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.3.204 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.3.199 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.2.195 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.2.192 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.2.190.beta ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.1.188 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.1.182 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.1.180 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.0.177 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.7.0.174.beta ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.9.171 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.8.168 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.8.164 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.7.159 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.7.159.beta ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.7.152 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.6.147 ui/views/newrelic/_sample.rhtml
newrelic_rpm-3.6.5.130 ui/views/newrelic/_sample.rhtml