Home | History | Annotate | Download | only in html
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      2 
      3 <html>
      4 <head>
      5 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      6 	<title>Preferences</title>
      7 </head>
      8 
      9 <body>
     10 <h1>Preferences</h1>
     11 <p>
     12 The tool have some preferences which may be configured by advanced users.
     13 This must be done carefully otherwise, either no data could be read by the tool
     14 and/or generated results could be puzzled.
     15 </p><p>
     16 Here's what the page looks like:
     17 <p><img src="images/preferences.png" alt="Preferences"/></p>
     18 
     19 <h2>Database</h2>
     20 <p>
     21 By default the tool does not connect to any performance results database as common
     22 users might not have enough rights to access it. However, users having these
     23 rights may want to look at the database contents and update the local data files
     24 with it. Hence, it is possible to configure the tool to connect to a database
     25 which may be either local or on the releng server (<code><b>minsky</b></code>).
     26 </p>
     27 
     28 <h2>Milestones</h2>
     29 <p>
     30 These are the list of the version milestones. Each milestone is a date string
     31 using the <b>yyyymmddHHMM</b> format. When a new milestone is shipped, then a new
     32 date must be added to this preference to let the tool to identify it in the builds
     33 list and emphasize it...
     34 </p>
     35 
     36 <h2>Default dimension</h2>
     37 <p>
     38 This is the dimension used to compute delta and make the verification. Currently
     39 this is the <b>Elapsed Process Time</b> dimension.
     40 </p><p>
     41 <i>Note that the default dimension must belong to the <b>Results dimensions</b>
     42 described below, hence a new selected dimensions will always be automatically
     43 added to the list...</i>
     44 </p>
     45 
     46 <h2>Results dimensions</h2>
     47 <p>
     48 These are dimensions displayed in the scenario data HTML pages. Currently there
     49 are the <b>Elapsed Process Time</b> and the <b>CPU Time</b>. Having these dimensions
     50 configurable may be interesting to display others dimensions and see whether their
     51 numbers may be relevant or not (e.g. <b>Used Hava Heap</b>).
     52 </p><p>
     53 <i>Note that the default dimension described above must belong to the selected
     54 dimensions, hence it will always be automatically added to the new selected list...</i>
     55 </p>
     56 </body>
     57 </html>