aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/bechmarking and profiling/Examples/graph.html
blob: f71d1f532bc47cf2208378fb0a02549cfb124a5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <style media="all" type="text/css">
    table {
      border-collapse: collapse;
      border: 1px solid #CCC;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 9pt;
      line-height: normal;
    }

    th {
      text-align: center;
      border-top: 1px solid #FB7A31;
      border-bottom: 1px solid #FB7A31;
      background: #FFC;
      padding: 0.3em;
      border-left: 1px solid silver;
    }

    tr.break td {
      border: 0;
      border-top: 1px solid #FB7A31;
      padding: 0;
      margin: 0;
    }

    tr.method td {
      font-weight: bold;
    }

    td {
      padding: 0.3em;
    }

    td:first-child {
      width: 190px;
      }

    td {
      border-left: 1px solid #CCC;
      text-align: center;
    } 

    .method_name {
      text-align: left;
      max-width: 25em;
    }
  </style>
  </head>
  <body>
    <h1>Profile Report</h1>
    <!-- Threads Table -->
    <table>
      <tr>
        <th>Thread ID</th>
        <th>Total Time</th>
      </tr>
      
      <tr>
        <td><a href="#214780">214780</a></td>
        <td>0.01</td>
      </tr>
      
    </table>

    <!-- Methods Tables -->
    
      <h2><a name="214780">Thread 214780</a></h2>

      <table>
        <tr>
          <th>  %Total</th>
          <th>   %Self</th>
          <th>     Total</th>
          <th>      Self</th>
          <th>      Wait</th>
          <th>       Child</th>
          <th>               Calls</th>
          <th class="method_name">Name</th>
          <th>Line</th>
        </tr>

        
      </table>
    
  </body>
</html>