Sha256: b92af62aff1b984047255fce2f309875c803eb64d84bd0d7f9d78780644ea551
Contents?: true
Size: 913 Bytes
Versions: 38
Compression:
Stored size: 913 Bytes
Contents
<script> var EXPANDED_IMAGE = '<%=expanded_image_path%>'; var COLLAPSED_IMAGE = '<%= collapsed_image_path %>'; function Tip(tip) {} function UnTip() {} </script> <div class="row"> <div class="col-lg-12"> <table id="trace_detail_table" class="table table-hover sample-table code"> <thead> <tr> <th> Metric <span> <a href="#" onclick="expand_all_segments(); return false;">展开</a> <a href="#" onclick="collapse_all_segments(); return false;">合并</a> </span> </th> <th>Timestamp(s)</th> <th>Duration(ms)</th> <th>Exclusive(ms)</th> <th></th> </tr> </thead> <%= render_sample_details(@sample) %> </table> <%= render :partial => 'segment_limit_message' if trace_row_display_limit_reached %> </div> </div>
Version data entries
38 entries across 38 versions & 1 rubygems