Sha256: 56960faee275a4da356ed54cdcc88ac736e1874f64415c317f5bc17b370b9d12

Contents?: true

Size: 582 Bytes

Versions: 8

Compression:

Stored size: 582 Bytes

Contents

<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]}", :action => :show_sample_summary, :id => sample.sample_id %>
	</td>
	<td>
		<%= link_to "[Detail]", :action => :show_sample_detail, :id => sample.sample_id %>
		<%= link_to "[SQL (#{sample.sql_segments.size})]", :action => :show_sample_sql, :id => sample.sample_id %>
	</td>
</tr>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
newrelic_rpm-2.9.9 ui/views/newrelic/_sample.rhtml
newrelic_rpm-2.9.8 ui/views/newrelic/_sample.rhtml
newrelic_rpm-2.9.6 ui/views/newrelic/_sample.rhtml
genki-newrelic_rpm-2.10.1 ui/views/newrelic/_sample.rhtml
newrelic_rpm-2.9.5 ui/views/newrelic/_sample.rhtml
newrelic_rpm-2.9.2 ui/views/newrelic/_sample.rhtml
newrelic_rpm-2.9.3 ui/views/newrelic/_sample.rhtml
newrelic_rpm-2.9.4 ui/views/newrelic/_sample.rhtml