doc/examples/flat_txt.html in ruby-prof-0.13.1 vs doc/examples/flat_txt.html in ruby-prof-0.14.0
- old
+ new
@@ -1,126 +1,88 @@
<!DOCTYPE html>
<html>
<head>
-<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
+<meta charset="UTF-8">
<title>flat - ruby-prof</title>
-<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
+<link href="../fonts.css" rel="stylesheet">
+<link href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
-<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
-<script type="text/javascript" charset="utf-8" src="../js/navigation.js"></script>
-<script type="text/javascript" charset="utf-8" src="../js/search_index.js"></script>
-<script type="text/javascript" charset="utf-8" src="../js/search.js"></script>
-<script type="text/javascript" charset="utf-8" src="../js/searcher.js"></script>
-<script type="text/javascript" charset="utf-8" src="../js/darkfish.js"></script>
+<script src="../js/jquery.js"></script>
+<script src="../js/navigation.js"></script>
+<script src="../js/search_index.js"></script>
+<script src="../js/search.js"></script>
+<script src="../js/searcher.js"></script>
+<script src="../js/darkfish.js"></script>
-<body class="file">
-<nav id="metadata">
- <nav id="home-section" class="section">
- <h3 class="section-header">
- <a href="../index.html">Home</a>
+<body id="top" role="document" class="file">
+<nav role="navigation">
+ <div id="project-navigation">
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
+ <h2>
+ <a href="../index.html" rel="home">Home</a>
+ </h2>
+
+ <div id="table-of-contents-navigation">
+ <a href="../table_of_contents.html#pages">Pages</a>
<a href="../table_of_contents.html#classes">Classes</a>
<a href="../table_of_contents.html#methods">Methods</a>
- </h3>
-</nav>
+ </div>
+</div>
-
- <nav id="search-section" class="section project-section" class="initially-hidden">
+ <div id="search-section" role="search" class="project-section initially-hidden">
<form action="#" method="get" accept-charset="utf-8">
- <h3 class="section-header">
- <input type="text" name="search" placeholder="Search" id="search-field"
+ <div id="search-field-wrapper">
+ <input id="search-field" role="combobox" aria-label="Search"
+ aria-autocomplete="list" aria-controls="search-results"
+ type="text" name="search" placeholder="Search" spellcheck="false"
title="Type to search, Up and Down to navigate, Enter to load">
- </h3>
+ </div>
+
+ <ul id="search-results" aria-label="Search Results"
+ aria-busy="false" aria-expanded="false"
+ aria-atomic="false" class="initially-hidden"></ul>
</form>
+</div>
- <ul id="search-results" class="initially-hidden"></ul>
-</nav>
+ </div>
+
<div id="project-metadata">
- <nav id="fileindex-section" class="section project-section">
- <h3 class="section-header">Pages</h3>
+ <div id="fileindex-section" class="nav-section">
+ <h3>Pages</h3>
- <ul>
-
- <li class="file"><a href="../LICENSE.html">LICENSE</a>
-
- <li class="file"><a href="../README_rdoc.html">README</a>
-
- <li class="file"><a href="../examples/flat_txt.html">flat</a>
-
- <li class="file"><a href="../examples/graph_txt.html">graph</a>
-
- </ul>
-</nav>
-
- <nav id="classindex-section" class="section project-section">
- <h3 class="section-header">Class and Module Index</h3>
-
<ul class="link-list">
- <li><a href="../RubyProf.html">RubyProf</a>
+ <li><a href="../LICENSE.html">LICENSE</a>
- <li><a href="../RubyProf/AbstractPrinter.html">RubyProf::AbstractPrinter</a>
+ <li><a href="../README_rdoc.html">README</a>
- <li><a href="../RubyProf/AggregateCallInfo.html">RubyProf::AggregateCallInfo</a>
+ <li><a href="../examples/flat_txt.html">flat</a>
- <li><a href="../RubyProf/CallInfo.html">RubyProf::CallInfo</a>
+ <li><a href="../examples/graph_html.html">graph.html</a>
- <li><a href="../RubyProf/CallInfoPrinter.html">RubyProf::CallInfoPrinter</a>
+ <li><a href="../examples/graph_txt.html">graph</a>
- <li><a href="../RubyProf/CallInfoVisitor.html">RubyProf::CallInfoVisitor</a>
-
- <li><a href="../RubyProf/CallStackPrinter.html">RubyProf::CallStackPrinter</a>
-
- <li><a href="../RubyProf/CallTreePrinter.html">RubyProf::CallTreePrinter</a>
-
- <li><a href="../RubyProf/Cmd.html">RubyProf::Cmd</a>
-
- <li><a href="../RubyProf/DotPrinter.html">RubyProf::DotPrinter</a>
-
- <li><a href="../RubyProf/FlatPrinter.html">RubyProf::FlatPrinter</a>
-
- <li><a href="../RubyProf/FlatPrinterWithLineNumbers.html">RubyProf::FlatPrinterWithLineNumbers</a>
-
- <li><a href="../RubyProf/GraphHtmlPrinter.html">RubyProf::GraphHtmlPrinter</a>
-
- <li><a href="../RubyProf/GraphPrinter.html">RubyProf::GraphPrinter</a>
-
- <li><a href="../RubyProf/MethodInfo.html">RubyProf::MethodInfo</a>
-
- <li><a href="../RubyProf/MultiPrinter.html">RubyProf::MultiPrinter</a>
-
- <li><a href="../RubyProf/Profile.html">RubyProf::Profile</a>
-
- <li><a href="../RubyProf/ProfileTask.html">RubyProf::ProfileTask</a>
-
- <li><a href="../RubyProf/Test.html">RubyProf::Test</a>
-
- <li><a href="../RubyProf/Thread.html">RubyProf::Thread</a>
-
- <li><a href="../Rack.html">Rack</a>
-
- <li><a href="../Rack/RubyProf.html">Rack::RubyProf</a>
-
</ul>
-</nav>
+</div>
</div>
</nav>
-<div id="documentation" class="description">
-
-<h1 id="label-Flat+Profiles">Flat Profiles</h1>
+<main role="main" aria-label="Page examples/flat.txt">
+<h1 id="label-Flat+Profiles">Flat Profiles<span><a href="#label-Flat+Profiles">¶</a> <a href="#documentation">↑</a></span></h1>
+
<p>Flat profiles show the total amount of time spent in each method. As an
example, here is the output from running printers_test.rb.</p>
<p>Thread ID: 21277412</p>
@@ -169,23 +131,22 @@
<ul><li>
<p>toplevel - The root method that calls all other methods</p>
</li><li>
<p>MyObject#test - An instance method “test” of the class “MyObject”</p>
</li><li>
-<p><Object:MyObject>test - The <> characters indicate a singleton
+<p><Object:MyObject>#test - The <> characters indicate a singleton
method on a singleton class.</p>
</li></ul>
<p>For example, wee can see that Integer#upto took the most time, 4.06
seconds. An additional 4.66 seconds were spent in its children, for a
total time of 8.72 seconds.</p>
+</main>
-</div>
-
-<footer id="validator-badges">
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.1.
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
+<footer id="validator-badges" role="contentinfo">
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
+ <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.0.
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>