MiniProfiler/rack-mini-profiler

View on GitHub
lib/html/share.html

Summary

Maintainability
Test Coverage
<html>
    <head>
        <title><%= name %> (<%= duration %> ms) - Profiling Results</title>
        <script type='text/javascript'> var profiler = <%= json %>; </script>
        <%= includes %>
    </head>
    <body>
        <div class='profiler-result-full'></div>
    </body>
</html>