You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/lib/rack-mini-profiler/lib/html/share.html

12 lines
358 B

<html>
<head>
<title>{name} ({duration} ms) - Profiling Results</title>
<script type='text/javascript' src='{path}jquery.1.7.1.js?v={version}'></script>
<script type='text/javascript'> var profiler = {json}; </script>
{includes}
</head>
<body>
<div class='profiler-result-full'></div>
</body>
</html>