% if @profiled_requests.empty? %>
Send some requests to your app for them to show up here There is nothing here yet!
Path | Method | Status | Media Type | Duration | ||
---|---|---|---|---|---|---|
<%= profiled_request.request_name %> | <%= profiled_request.request_method %> | <%= profiled_request.response_status %> | <%= profiled_request.response_media_type %> | <%= profiled_request.duration %> ms | <%= profiled_request.created_at %> | <%= link_to(profiled_request_path(profiled_request.id), title: 'Show Details') do %> <%= inline_svg('show.svg', options = {}) %> <% end %> <%= profiled_request.flamegraph_icon %> <%= link_to(profiled_request_path(profiled_request.id), title: 'Delete Request', method: :delete) do %> <%= inline_svg('delete.svg') %> <% end %> |