Sha256: 19fff594c43b00a108608482002e3b0f4c0f6028ffe1dbaa133f022fb578b76d
Contents?: true
Size: 809 Bytes
Versions: 15
Compression:
Stored size: 809 Bytes
Contents
<%= render 'builder_apm/shared/header' %> <table> <thead> <tr> <th class="sortable" data-field="start_time">Time</th> <th class="sortable" data-field="controller_action">Controller#Action</th> <th class="sortable" data-field="method">Method</th> <th class="sortable" data-field="status">Status</th> <th class="sortable" data-field="duration">Duration (ms)</th> <th class="sortable" data-field="db_runtime">DB Runtime (ms)</th> <th class="sortable" data-field="view_runtime">View Runtime (ms)</th> </tr> </thead> <tbody> <!-- Table content will be populated here by JavaScript --> </tbody> </table> <%= render 'builder_apm/js/n_plus_one' %> <%= render 'builder_apm/shared/footer' %>
Version data entries
15 entries across 15 versions & 1 rubygems