/usr/share/pyshared/guppy/doc/ProfileBrowser.html is in python-guppy 0.1.9-2ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
<html lang=en>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<title>Heapy Profile Browser</title></head>
<body>
<div>
<h1>Heapy Profile Browser</h1>
<h2>Menus</h2>
<p>
Click on the dotted line at the top of a menu to "tear it off":
a separate window containing the menu is created.</p>
<dl>
<dt>
<h3>File Menu</h3></dt>
<dd>
<table>
<tr valign='top'>
<th>New Profile Browser</th>
<td>
Create a new browser window with the same file as the one
opened in the current window.</td></tr>
<tr valign='top'>
<th>Open Profile</th>
<td>Open a profile data file in the current window.</td></tr>
<tr valign='top'>
<th>Close Window</th>
<td>Close the current window (exits from Tk if it was the last browser window).</td></tr>
<tr valign='top'>
<th>Clear Cache</th>
<td>
Clear the sample cache, releasing its memory. The cache will
be automatically filled again when needed.
<div>
This command is a kind of temporary / experimental feature. I think
the cache handling should be made automatic and less memory consuming.</div></td></tr></table></dd>
<dt>
<h3>Pane Menu</h3></dt>
<dd>
<table>
<tr>
<th>Show Control Panel</th>
<td>Show the control panel pane.</td></tr>
<tr>
<th>Show Graph</th>
<td>Show the graph pane.</td></tr>
<tr>
<th>Show Table</th>
<td>Show the table pane.</td></tr></table></dd>
<dt>
<h3>Graph Menu</h3></dt>
<dd>
<table>
<tr valign='top'>
<th>Bars / Lines</th>
<td>Choose whether the graph should be displayed using bars or lines.
<div>
When using bars, the sample value (size or count) for different kinds of
objects will be stacked on top of each other so the total
height represents the total value of a sample. When using
lines, each line represents the value for a single kind of object.
The 10 largest values are shown in each sample point. Each kind
has a particular color, choosen arbitrary but it is always the same
color for the same kind.
The remaing kinds, if any, are shown in black.</div></td></tr>
<tr valign='top'>
<th>Size / Count</th>
<td>
Choose whether the graph should display the size of objects
of a particular kind or the number of objects of that kind.
<div><small>
(Note that this affects only the graph, the table will still choose size or
kind as it were choosen in the table menu.)</small></div></td></tr></table></dd>
<dt>
<h3>Table Menu</h3></dt>
<dd>
<dt>
<h4>Header submenu</h4></dt>
<dd>
This menu has a choice of header for each column of the table. The
data of each column is determined by the header of that column, as
well as the headers of previous columns. So if you change the first
column header (A/B), the data in that column will change as well as
the data under the next header (Size/Count) and the ones that follow.
<table>
<tr valign='top'>
<th>A / B</th>
<td>Use the sample at the A or B marker in the graph.
<div>
The kinds of objects shown in the table under this column
are taken from the 10 largest sample values at that point, in the same
order as they are shown in the graph. The ordering in the graph
depends on the choice of count or size in the graph menu. However,
the table may show count or size independent from the choice in the
graph.</div></td></tr>
<tr valign='top'>
<th>Size / Count</th>
<td>
Show the size or count of the kinds of objects in each row,
taken from those choosen in the A / B column.</td></tr>
<tr valign='top'>
<th>%A:Tot / %B:Tot</th>
<td>
Show percentage of the Size / Count column, relative to the total
(size or count) at either the A or B sample point.</td></tr>
<tr valign='top'>
<th>
<div>Cumul /</div>
<div>A-B / B-A</div></th>
<td>
Show either a cumulative sum of the Size / Count
column, or the difference A-B or B-A.
<div>
The cumulative sum is taken by summing from the first table
row down to the last row.</div></td></tr>
<tr valign='top'>
<th>%A:Tot / %B:Tot</th>
<td>
Show percentage of the previous field,
relative to either the A or B total.</td></tr>
<tr valign='top'>
<th>Kind</th>
<td>
Shows the kind of objects. This is currently the only
alternative for this column. The kind shown corresponds to
the color shown in the A / B column. A special kind is
<Other> which summarizes the remaining data if there were
more than 10 different kinds in the sample.</td></tr></table></dd>
<dt>
<h4>Scrollbar submenu</h4></dt>
<dd>
<table>
<tr valign='top'>
<th>Auto / On / Off</th>
<td>
Choose a scrollbar mode. The usual setting is Auto
which shows the scrollbar only when needed.</td></tr></table></dd></dd>
<dt>
<h3>Window Menu</h3></dt>
<dd>
This menu lists the names of all open windows.
Selecting one brings it to the top, deiconifying it if necessary.</dd>
<dt>
<h3>Help Menu</h3></dt>
<dd>
<table>
<tr valign='top'>
<th>About</th>
<td>Version, author, email, copyright.</td></tr>
<tr valign='top'>
<th>Help</th>
<td>Open this help window.</td></tr></table></dd></dl>
<h2>Panes</h2>
<p>
There are 3 panes in the main window shown by default.
At the top is the Control Panel, at the
bottom left the Graph and at the bottom right the Table.</p>
<dl>
<dt>
<h3>Control Panel Pane</h3>
<p>
This contains controls for the graph and the markers.
It also has a quick-exit button and a collect button.</p></dt>
<dd>
<dl>
<dt>
<h4>X / Y axis control</h4></dt>
<dd>
The two frames in the Control Panel having an X or Y button in the
top left corner control each axis of the graph. The X, horizontal, axis
shows the sample point. The Y axis shows either the size or count, as
choosen in the Graph menu.
<table>
<tr valign='top'>
<th>X / Y Button</th>
<td>
Brings up a menu, currently containing
some buttons that can also be accessed directly in the panel.</td></tr>
<tr valign='top'>
<th>Grid button</th>
<td>Select if the graph should show grid lines.</td></tr>
<tr valign='top'>
<th>Range buttons
<div>- / +</div></th>
<td>
Change the range that is shown in the displayed portion
of the graph. For each time + or - is pressed the range will be
stepped up or down in the sequence (1, 2, 5) and multiples thereoff.</td></tr>
<tr valign='top'>
<th>Range field</th>
<td>
The current range is shown here, and a new range can be entered
by writing to this field and pressing Enter. The format is an integer
that may be followed by a multiplier, K, M, G, or T, meaning that the value
is multipled by 1000, 1E6, 1E9, or 1E12 respectively. The maximum range is 1T.</td></tr></table></dd>
<dt>
<h4>A / B sample control</h4></dt>
<dd>
Each of the frames showing A or B in the top left corner
controls one of the sample markers. The current position is
shown in the bottom left corner.<small>
(This is currently not an entry field - TODO - but the
marker may be moved long distances by directly dragging
it in the Graph frame.)</small>
<table>
<tr valign='top'>
<th>- / +</th>
<td>Step the marker one step to the left (-) or to the right (+).
<div>
The table will be updated to show new data if it was set to show
such data that were dependent on the marker moved.</div>
<div>
The graph will show the new marker position. If the marker was outside
of the displayed portion of the graph, the graph will scroll so the
marker becomes visible.</div></td></tr>
<tr valign='top'>
<th>Track button</th>
<td>
Press to set the marker to the last sample in the file and stay at the
end as new samples are added. (New samples are periodically read from
the end of the file when auto-collect is selected via the Collect
button.)
<div>Tracking is turned off when the marker is manually moved.</div></td></tr></table></dd>
<dt>
<h4>Exit button</h4></dt>
<dd>Exits the program, a shortcut for the Exit command in the File menu.</dd>
<dt>
<h4>Collect button</h4></dt>
<dd>
When selected, the browser will collect new samples
from the current file, and will continue to do this periodically.
<div><small>Currently it will check the file for new data once a second.</small></div></dd></dl></dd>
<dt>
<h3>Graph Pane</h3></dt>
<dd>
This pane shows the currently visible portion of the sample file. It
can be scrolled via an horizontal scrollbar. The two markers are
shown as buttons labeled A and B above the graph and with lines
extending down in the graph. Markers can be moved by the mouse.
<p>
How to move the markers is hopefully quite self evident when tried
out but I wrote up some details about it anyway.</p>
<h4>Marker movement details</h4>
<p>
Holding down the mouse button and moving the mouse moves the
underlying marker. Klicking the mouse button over a marker without
moving the mouse, selects the marker. While it is selected any
movement of the mouse within the graph will move the marker with it.
Klicking again anywhere in the graph will deselect the marker. If the
marker can be moved, the cursor will be an arrow indicating the
direction it can be moved, left or right or both. If the marker can
not be moved in any direction, the cursor will show a circle or disc.
The marker can not move outside the available samples. Moving the
mouse outside of the graph also restricts the movement of the mouse,
even if the mouse button is pressed. This is intentional so that the
marker can be moved longer distances than the mouse can move. Moving
the mouse to the right of the graph, the marker can only be moved to
the right - moving back the mouse will not move the marker back until
the mouse enters the graph area again. Similarly for the left
side. Above or below the graph, the mouse will not move the marker at
all but will show a circle to indicate that the mouse may be
'recirculated' to move back into the graph.</p></dd>
<dt>
<h3>Table Pane</h3></dt>
<dd>
This pane shows a table based on the configuration set
in the Table menu. The sample number and time stamp
show in the header.</dd></dl>
<hr>Generated by <a href="http://guppy-pe.sourceforge.net/gsl.html">GSL-HTML 0.1.5</a> on Wed Oct 18 21:10:48 2006</div></body></html>
|